kaxil commented on code in PR #48749:
URL: https://github.com/apache/airflow/pull/48749#discussion_r2037160862


##########
providers/standard/tests/unit/standard/operators/test_python.py:
##########
@@ -480,6 +480,7 @@ def f():
                 branch_ti.set_state(TaskInstanceState.SUCCESS, session=session)
                 dr.task_instance_scheduling_decisions(session=session)
                 branch_2_ti = dr.get_task_instance(task_id="branch_2", 
session=session)
+                branch_2_ti.task = self.branch_2

Review Comment:
   What changed here? Why do we need to assign task again?



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