We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec24e69 commit 027e90bCopy full SHA for 027e90b
tests/integration/test_headers.py
@@ -109,7 +109,7 @@ async def test_headers_on_echo_target_with_app_restricted_business_function(
109
)
110
111
response_body = response.text
112
- assert response_body == None(
+ assert response_body == None, (
113
"Expected no response body of the response when attempting to call the endpoint, but instead received "
114
+ response_body
115
0 commit comments