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


##########
airflow-core/tests/unit/models/test_deadline_alert.py:
##########
@@ -175,7 +175,7 @@ def test_deadline_alert_hash(self, session, 
deadline_reference):
         assert hash(alert1) == hash(alert2)
 
     def test_deadline_alert_reference_class_property(self, deadline_alert_orm):
-        assert deadline_alert_orm.reference_class == 
ReferenceModels.DagRunQueuedAtDeadline
+        assert deadline_alert_orm.reference_class == 
SerializedReferenceModels.DagRunQueuedAtDeadline

Review Comment:
   Now reference_class returns a `SerializedReferenceModels`



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