o-nikolas commented on code in PR #40034:
URL: https://github.com/apache/airflow/pull/40034#discussion_r1625337246


##########
tests/api_connexion/endpoints/test_task_instance_endpoint.py:
##########
@@ -667,6 +672,31 @@ class TestGetTaskInstances(TestTaskInstanceEndpoint):
                 2,
                 id="test queue filter ~",
             ),
+            pytest.param(
+                [
+                    {"executor": "test_exec_1"},
+                    {"executor": "test_exec_2"},
+                    {"executor": "test_exec_3"},

Review Comment:
   Yeah, the other tests do the same. It's to ensure the filter is actually 
working and not just returning all items (so we create three and query for a 
subset of them).



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to