ashb commented on code in PR #67628:
URL: https://github.com/apache/airflow/pull/67628#discussion_r3353520993


##########
airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_task_instances.py:
##########
@@ -2674,6 +2674,56 @@ 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_mismatched_subject_is_rejected(self, client, session, 
create_task_instance):

Review Comment:
   This test is re-testing the ti:self scope. It's just noise



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