maahir22 commented on code in PR #30346:
URL: https://github.com/apache/airflow/pull/30346#discussion_r1162958299
##########
tests/api_connexion/endpoints/test_task_instance_endpoint.py:
##########
@@ -873,6 +873,20 @@ def test_should_raise_403_forbidden(self):
)
assert response.status_code == 403
+ @pytest.mark.parametrize(
+ "payload, expected",
+ [
+ ({}, "POST Body must not be empty"),
+ ],
+ )
Review Comment:
Removed LGTM -> merge.
--
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]