Skip to content

Commit

Permalink
Update tests/test_example_dags.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro authored Oct 30, 2024
1 parent 2bbe1ee commit 7088269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_example_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from . import utils as test_utils

EXAMPLE_DAGS_DIR = Path(__file__).parent.parent / "examples"
EXAMPLE_DAGS_DIR = Path(__file__).parent.parent / "dev/dags"
AIRFLOW_IGNORE_FILE = EXAMPLE_DAGS_DIR / ".airflowignore"
AIRFLOW_VERSION = Version(airflow.__version__)
IGNORED_DAG_FILES = [
Expand Down

0 comments on commit 7088269

Please sign in to comment.