Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jan 3, 2025
1 parent 26d4fe1 commit 30cc7e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_dagfactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ def test_set_callback_after_loading_config():
td.config["default"]["default_args"]["on_success_callback"] = dagfactory.DagFactory(
config=DAG_FACTORY_CONFIG
).build_dags
td.generate_dags(globals())


def test_build_dag_with_global_deafult(monkeypatch):
Expand Down

0 comments on commit 30cc7e8

Please sign in to comment.