diff --git a/tests/test_egon-data.py b/tests/test_egon-data.py index c74f26565..2b584fcc4 100644 --- a/tests/test_egon-data.py +++ b/tests/test_egon-data.py @@ -32,9 +32,9 @@ def test_airflow(): assert result.output == "" -def test_pipeline_and_tasks_importability(): +def test_pipeline_importability(): error = None - for m in ["egon.data.airflow.dags.pipeline", "egon.data.airflow.tasks"]: + for m in ["egon.data.airflow.dags.pipeline"]: try: import_module(m) except Exception as e: