Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tirkarthi committed Dec 16, 2024
1 parent b26670c commit f69cf68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/api_fastapi/core_api/routes/public/test_dag_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f69cf68

Please sign in to comment.