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


##########
airflow-core/tests/unit/jobs/test_scheduler_job.py:
##########
@@ -3423,7 +3423,7 @@ def test_verify_integrity_if_dag_not_changed(self, 
dag_maker, session):
         session = settings.Session()
         orm_dag = dag_maker.dag_model
         assert orm_dag is not None
-        SerializedDagModel.write_dag(dag, bundle_name="testing")

Review Comment:
   The entire class already operates on serialized dag already. This code here 
was double serializing 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