Dev232001 commented on a change in pull request #21796:
URL: https://github.com/apache/airflow/pull/21796#discussion_r815290406
##########
File path: tests/api_connexion/endpoints/test_extra_link_endpoint.py
##########
@@ -95,7 +94,7 @@ def _create_dag():
with DAG(
dag_id="TEST_DAG_ID",
default_args=dict(
- start_date=days_ago(2),
+ start_date=datetime.datetime(2022, 1, 1),
Review comment:
https://github.com/apache/airflow/pull/21830/commits/80a6ae5c52a2091774bd4451de4a75ba5097767c
Another pull request after swapping datetime with pendulum where start dates
are involved
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]