amoghrajesh commented on code in PR #61311:
URL: https://github.com/apache/airflow/pull/61311#discussion_r2754488740


##########
providers/celery/tests/integration/celery/test_celery_executor.py:
##########
@@ -126,6 +128,17 @@ def teardown_method(self) -> None:
         db.clear_db_runs()
         db.clear_db_jobs()
 
+
+def setup_dagrun(dag_maker):

Review Comment:
   ```suggestion
   def setup_dagrun_with_success_and_fail_tasks(dag_maker):
   ```



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