From 1a32630d42f6420d2e13804046c64cdcf6044000 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Mon, 30 Sep 2024 11:01:20 +0100 Subject: [PATCH] Fix broken test --- tests/operators/test_local.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/operators/test_local.py b/tests/operators/test_local.py index 1dc789de6..04001ca75 100644 --- a/tests/operators/test_local.py +++ b/tests/operators/test_local.py @@ -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