Skip to content

Commit c8dc884

Browse files
[ERSSUP-89806]-[]-[Removing old empty body assertion]-[JW]
1 parent bde5411 commit c8dc884

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/integration/test_headers.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,6 @@ async def test_headers_on_echo_target_with_app_restricted_business_function(
116116
+ str(response.status_code)
117117
)
118118

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-
125119
# Verify the OperationOutcome payload
126120
response_data = response.json()
127121
assert response_data["resourceType"] == "OperationOutcome"

0 commit comments

Comments
 (0)