Skip to content

Commit

Permalink
adds schedule to test dag
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungstudios committed Aug 19, 2024
1 parent 5a39e27 commit 2246033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/models/test_serialized_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ def test_trigger_dag_with_xcom_arg(self, mock_md5):
with DAG(
dag_id="example",
start_date=pendulum.datetime(2021, 1, 1, tz="UTC"),
schedule=None,
) as dag:
t1 = PythonOperator(
task_id="t1",
Expand Down

0 comments on commit 2246033

Please sign in to comment.