Skip to content

Commit

Permalink
Update snapshot date
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed Jun 12, 2023
1 parent 34f175d commit bc5c71c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def test_telescope(self, mock_kibana):

# Run Dummy Dags
execution_date = pendulum.datetime(year=2021, month=5, day=16)
snapshot_date = pendulum.datetime(year=2021, month=5, day=22)
snapshot_date = pendulum.datetime(year=2021, month=5, day=23)
expected_state = "success"
doi_dag = make_dummy_dag(dag_id_sensor, execution_date)
with env.create_dag_run(doi_dag, execution_date):
Expand Down

0 comments on commit bc5c71c

Please sign in to comment.