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 bde5411 commit c8dc884Copy full SHA for c8dc884
tests/integration/test_headers.py
@@ -116,12 +116,6 @@ async def test_headers_on_echo_target_with_app_restricted_business_function(
116
+ str(response.status_code)
117
)
118
119
- response_body = response.text
120
- assert response_body == "", (
121
- "Expected no response body of the response when attempting to call the endpoint, but instead received "
122
- + response_body
123
- )
124
-
125
# Verify the OperationOutcome payload
126
response_data = response.json()
127
assert response_data["resourceType"] == "OperationOutcome"
0 commit comments