This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 26e84775bdb Fix CI (#57824)
26e84775bdb is described below
commit 26e84775bdb5000bcd48480f9a943b86668a3dcc
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Tue Nov 4 19:41:49 2025 +0100
Fix CI (#57824)
---
.../unit/api_fastapi/core_api/routes/public/test_task_instances.py | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py
b/airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py
index f36cf0947d0..f780ad74ddf 100644
---
a/airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py
+++
b/airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py
@@ -1138,6 +1138,7 @@ class TestGetTaskInstances(TestTaskInstanceEndpoint):
"/dags/~/dagRuns/~/taskInstances",
{"pool_name_pattern": "test_pool"},
3,
+ 3,
id="test pool_name_pattern filter",
),
pytest.param(
@@ -1178,6 +1179,7 @@ class TestGetTaskInstances(TestTaskInstanceEndpoint):
"/dags/~/dagRuns/~/taskInstances",
{"queue_name_pattern": "test"},
3,
+ 3,
id="test queue_name_pattern filter",
),
pytest.param(
@@ -1302,6 +1304,7 @@ class TestGetTaskInstances(TestTaskInstanceEndpoint):
"/dags/~/dagRuns/~/taskInstances",
{"operator_name_pattern": "Custom"},
2,
+ 3,
id="test operator_name_pattern filter",
),
pytest.param(