Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken test
Browse files Browse the repository at this point in the history
tatiana committed Sep 30, 2024
1 parent 5029c1a commit 1a32630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/operators/test_local.py
Original file line number Diff line number Diff line change
@@ -573,6 +573,7 @@ def test_run_operator_dataset_emission_is_skipped(caplog):
reason="Airflow DAG did not have datasets until the 2.4 release, inlets and outlets do not work by default in Airflow 2.9.0 and 2.9.1",
)
@pytest.mark.integration
@patch("cosmos.settings.enable_dataset_alias", 0)
def test_run_operator_dataset_url_encoded_names(caplog):
from airflow.datasets import Dataset

0 comments on commit 1a32630

Please sign in to comment.