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


##########
airflow-core/tests/unit/models/test_dagrun.py:
##########
@@ -1321,7 +1322,7 @@ def test_dagrun_success_prunes_dagrun_deadlines(
         self, mock_get_by_id, mock_prune, session, deadline_test_dag
     ):
         mock_deadline_alert = mock.MagicMock()
-        mock_deadline_alert.reference_class = 
ReferenceModels.FixedDatetimeDeadline
+        mock_deadline_alert.reference_class = 
SerializedReferenceModels.FixedDatetimeDeadline

Review Comment:
   `SerializedReferenceModels` is returned now



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