jason810496 commented on code in PR #54791:
URL: https://github.com/apache/airflow/pull/54791#discussion_r2295021748
##########
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py:
##########
@@ -4955,3 +4957,72 @@ def test_should_respond_403(self,
unauthorized_test_client):
def test_should_respond_422(self, test_client):
response = test_client.patch(self.ENDPOINT_URL, json={})
assert response.status_code == 422
+
Review Comment:
How about moving the test to
`airflow-core/src/airflow/api_fastapi/core_api/services/public/test_task_instances.py`
module ?
It would be better to align the structure of test and implementation.
--
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]