fbertos commented on a change in pull request #20485:
URL: https://github.com/apache/airflow/pull/20485#discussion_r777961017
##########
File path: tests/api_connexion/endpoints/test_dag_run_endpoint.py
##########
@@ -307,6 +336,41 @@ def test_should_respond_200(self, session):
"total_entries": 2,
}
+ def test_filter_by_state(self, session):
+ self._create_test_dag_run_with_queued()
Review comment:
Hi @ephraimbuddy, understood this but we need to clarify the previous
point before going further with this. Thx.
--
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]