endpoints icon indicating copy to clipboard operation
endpoints copied to clipboard

Response body errors

Open Jaymon opened this issue 3 years ago • 0 comments

turns out response body is buried, an error is raised but the server returns a 200 because the headers are already sent before the body is encoded, so all the headers are sent but body is empty

the test that should check for this is interface.WebTestCase.test_response_body_json_error

Jaymon avatar Jan 13 '21 22:01 Jaymon