Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Nov 26, 2024
1 parent c5f7232 commit 36a8dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dagbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def test_build():
assert len(actual["dag"].tasks) == 3
assert actual["dag"].task_dict["task_1"].downstream_task_ids == {"task_2", "task_3"}
if version.parse(AIRFLOW_VERSION) >= version.parse("1.10.8"):
assert actual["dag"].tags == ["tag1", "tag2"]
assert actual["dag"].tags == ["tag1", "tag2", "dagfactory"]


def test_get_dag_params_dag_with_task_group():
Expand Down

0 comments on commit 36a8dcf

Please sign in to comment.