jason810496 commented on code in PR #67304:
URL: https://github.com/apache/airflow/pull/67304#discussion_r3288373762


##########
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py:
##########
@@ -6719,6 +6719,48 @@ def 
test_bulk_delete_rejects_unauthorized_dag_ids_from_request_body(self, test_c
             }
         ]
 
+    def test_bulk_delete_does_not_requery_each_task_instance(self, 
test_client, session):

Review Comment:
   It would be nice to follow the same test pattern in #66222 .



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