dabla commented on code in PR #59087:
URL: https://github.com/apache/airflow/pull/59087#discussion_r2671144197


##########
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py:
##########
@@ -1409,7 +1409,7 @@ class TestGetTaskInstances(TestTaskInstanceEndpoint):
                 False,
                 "/dags/~/dagRuns/~/taskInstances",
                 {"dag_id_pattern": "example_python_operator"},
-                9,  # Based on test failure - example_python_operator creates 
9 task instances
+                14,  # Based on test failure - example_python_operator creates 
9 task instances

Review Comment:
   I've asked the same on slack an apparently it's due to the new added tasks 
in example dags that I've added for async tasks.



-- 
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]

Reply via email to