ashb commented on a change in pull request #20286:
URL: https://github.com/apache/airflow/pull/20286#discussion_r770097836



##########
File path: tests/providers/jira/operators/test_jira.py
##########
@@ -39,8 +38,11 @@
 }
 
 
-class TestJiraOperator(unittest.TestCase):
-    def setUp(self):
+class TestJiraOperator:
+    def setup_class(self):
+        clear_db_runs()

Review comment:
       Are these changes related/needed cos of the change in this PR or 
something else?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to