Skip to content

Commit

Permalink
Fix the test for taskinstance
Browse files Browse the repository at this point in the history
  • Loading branch information
sunank200 committed Jan 23, 2024
1 parent 34aa7a0 commit 422fca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/models/test_taskinstance.py
Original file line number Diff line number Diff line change
Expand Up @@ -2096,6 +2096,7 @@ def test_outlet_datasets(self, create_task_instance):
assert session.query(DatasetDagRunQueue.target_dag_id).filter_by(
dataset_id=event.dataset.id
).order_by(DatasetDagRunQueue.target_dag_id).all() == [
("dataset_and_time_based_timetable",),
("dataset_consumes_1",),
("dataset_consumes_1_and_2",),
("dataset_consumes_1_never_scheduled",),
Expand Down

0 comments on commit 422fca8

Please sign in to comment.