We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7ac56 commit 349c578Copy full SHA for 349c578
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py
@@ -990,6 +990,14 @@ class TestGetTaskInstances(TestTaskInstanceEndpoint):
990
4,
991
id="test null states with no filter",
992
),
993
+ pytest.param(
994
+ [{"start_date": None, "end_date": None}],
995
+ True,
996
+ "/dags/example_python_operator/dagRuns/TEST_DAG_RUN_ID/taskInstances",
997
+ {"start_date_gte": DEFAULT_DATETIME_STR_1},
998
+ 1,
999
+ id="test start_date coalesce with null",
1000
+ ),
1001
pytest.param(
1002
[
1003
{"pool": "test_pool_1"},
0 commit comments