Skip to content

Commit 1507655

Browse files
committed
fix: Fixing problem with dag_tag__fkey in tests
1 parent a340fb9 commit 1507655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/dags/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from dags.fetch_notices_by_date import FETCHER_DAG_NAME
1010
from tests import AIRFLOW_DAG_FOLDER
1111

12-
@pytest.fixture(scope="session", autouse=True)
12+
@pytest.fixture(scope="module", autouse=True)
1313
def setup_airflow():
1414
# Setup
1515
temp_db_file = tempfile.NamedTemporaryFile(mode="w+", suffix=".db")

0 commit comments

Comments
 (0)