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



##########
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:
       I was debugging issues. These will be rolled back if they end up not 
needed when the PR goes out of draft state.




-- 
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