Skip to content

Commit 027e90b

Browse files
[ERSSUP-89806]-[]-[Minor assert fix]-[JW]
1 parent ec24e69 commit 027e90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async def test_headers_on_echo_target_with_app_restricted_business_function(
109109
)
110110

111111
response_body = response.text
112-
assert response_body == None(
112+
assert response_body == None, (
113113
"Expected no response body of the response when attempting to call the endpoint, but instead received "
114114
+ response_body
115115
)

0 commit comments

Comments
 (0)