uranusjr commented on code in PR #43902:
URL: https://github.com/apache/airflow/pull/43902#discussion_r1841695812
##########
tests/api_connexion/endpoints/test_task_instance_endpoint.py:
##########
@@ -462,20 +462,6 @@ class TestGetTaskInstances(TestTaskInstanceEndpoint):
@pytest.mark.parametrize(
"task_instances, update_extras, url, expected_ti",
[
- pytest.param(
- [
- {"execution_date": DEFAULT_DATETIME_1},
- {"execution_date": DEFAULT_DATETIME_1 +
dt.timedelta(days=1)},
- {"execution_date": DEFAULT_DATETIME_1 +
dt.timedelta(days=2)},
- ],
- False,
- (
- "/api/v1/dags/example_python_operator/dagRuns/~/"
-
f"taskInstances?execution_date_lte={QUOTED_DEFAULT_DATETIME_STR_1}"
- ),
- 1,
- id="test execution date filter",
- ),
Review Comment:
These should not be removed (but modified to use logical_date)
--
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]