arnoldmr01 commented on code in PR #60810:
URL: https://github.com/apache/airflow/pull/60810#discussion_r2753631871


##########
providers/standard/tests/unit/standard/operators/test_trigger_dagrun.py:
##########
@@ -552,16 +552,22 @@ def teardown_method(self):
             for dbmodel in [DagModel, DagRun, TaskInstance]:
                 
session.execute(delete(dbmodel).where(dbmodel.dag_id.in_([TRIGGERED_DAG_ID, 
TEST_DAG_ID])))
 
-    def test_trigger_dagrun(self, dag_maker, mock_supervisor_comms):
+    def test_trigger_dagrun(self, dag_maker, mock_supervisor_comms, caplog):

Review Comment:
   Sorry for forgetting to remove the unused parameter. I will modify it.



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