kaxil commented on code in PR #48749:
URL: https://github.com/apache/airflow/pull/48749#discussion_r2037201065


##########
airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_task_instances.py:
##########
@@ -1222,37 +1222,6 @@ def test_get_start_date_not_found(self, client):
         response = 
client.get(f"/execution/task-reschedules/{ti_id}/start_date")
         assert response.json() is None
 
-    def test_get_start_date_with_try_number(self, client, session, 
create_task_instance):

Review Comment:
   aah yeah we have other tests in TestGetRescheduleStartDate, sg



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