ashb commented on a change in pull request #16401:
URL: https://github.com/apache/airflow/pull/16401#discussion_r659608901
##########
File path: tests/api_connexion/endpoints/test_dag_run_endpoint.py
##########
@@ -269,7 +271,7 @@ def test_should_respond_200(self, session):
'dag_id': 'TEST_DAG_ID',
'dag_run_id': 'TEST_DAG_RUN_ID_2',
'end_date': None,
- 'state': 'running',
+ 'state': 'queued',
'execution_date': self.default_time_2,
'external_trigger': True,
'start_date': self.default_time,
Review comment:
Lets update the `create_test_dag_run` to be more reflective of new
"reality" and not set start_date if the state is queued.
--
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]