dheerajturaga commented on code in PR #55691:
URL: https://github.com/apache/airflow/pull/55691#discussion_r2358736087
##########
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py:
##########
@@ -1401,6 +1401,46 @@ def test_should_respond_200_for_pagination(self,
test_client, session):
assert (num_entries_batch1 + num_entries_batch2) == ti_count
assert response_batch1 != response_batch2
+ def test_dag_id_pattern_filter(self, test_client, session):
Review Comment:
Done!
--
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]