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
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