dstandish commented on code in PR #27849:
URL: https://github.com/apache/airflow/pull/27849#discussion_r1030749731
##########
tests/api_connexion/endpoints/test_dag_run_endpoint.py:
##########
@@ -1421,7 +1421,7 @@ def test_should_respond_200(self, dag_maker, session):
"execution_date": dr.execution_date.isoformat(),
"external_trigger": False,
"logical_date": dr.logical_date.isoformat(),
- "start_date": dr.logical_date.isoformat(),
Review Comment:
yes it's a consequence of me reading the DR from the db now. i think before
it called `refresh_from_db` but that updates _very_ selectively.
--
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]