From f69cf6815d954fda9b20126a4a4d64d5faa4f567 Mon Sep 17 00:00:00 2001 From: Karthikeyan Singaravelan Date: Mon, 16 Dec 2024 19:57:53 +0530 Subject: [PATCH] Fix tests. --- tests/api_fastapi/core_api/routes/public/test_dag_run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/api_fastapi/core_api/routes/public/test_dag_run.py b/tests/api_fastapi/core_api/routes/public/test_dag_run.py index c3679d2d106e7..d5b281e0897ab 100644 --- a/tests/api_fastapi/core_api/routes/public/test_dag_run.py +++ b/tests/api_fastapi/core_api/routes/public/test_dag_run.py @@ -976,6 +976,7 @@ def test_should_respond_200(self, test_client, dag_maker, session): { "timestamp": from_datetime_to_zulu(event.timestamp), "asset_id": asset1_id, + "uri": "file:///da1", "extra": {}, "id": event.id, "source_dag_id": ti.dag_id,