uranusjr commented on code in PR #59828:
URL: https://github.com/apache/airflow/pull/59828#discussion_r2648603295
##########
airflow-core/tests/unit/models/test_dagrun.py:
##########
@@ -1479,7 +1479,7 @@ def task_2(arg2): ...
t1 = BaseOperator(task_id="task_1")
task_2.expand(arg2=t1.output)
- dr.dag = dag_maker.serialized_model.dag
+ dr.dag = dag_maker.dag
Review Comment:
Not reverting this line should fix CI. (This is now required due to another
PR)
--
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]