potiuk commented on a change in pull request #6756: [AIRFLOW-6198] Add types to 
core classes.
URL: https://github.com/apache/airflow/pull/6756#discussion_r362784579
 
 

 ##########
 File path: tests/jobs/test_backfill_job.py
 ##########
 @@ -630,11 +630,11 @@ def test_backfill_rerun_upstream_failed_tasks(self):
             schedule_interval='@daily')
 
         with dag:
-            t1 = 
DummyOperator(task_id='test_backfill_rerun_upstream_failed_task-1',
-                               dag=dag)
-            t2 = 
DummyOperator(task_id='test_backfill_rerun_upstream_failed_task-2',
-                               dag=dag)
-            t1.set_upstream(t2)
+            task_1 = 
DummyOperator(task_id='test_backfill_rerun_upstream_failed_task-1',
 
 Review comment:
   Yeah!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to