We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08d35f commit c090330Copy full SHA for c090330
tests/test_http.py
@@ -169,7 +169,7 @@ def test_http_response_does_not_have_explicit_output(self):
169
170
171
def test_http_request_body_json(benchmark):
172
- data: bytes = b'{ "result": "OK", "message": "Everything is ok", "code": 200 }'
+ data: bytes = b'{ "result": "OK", "message": "All good!", "code": 200 }'
173
request = func.HttpRequest(
174
method='POST',
175
url='/foo',
0 commit comments