Skip to content

Commit c090330

Browse files
committed
Shorten line
1 parent e08d35f commit c090330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_http.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def test_http_response_does_not_have_explicit_output(self):
169169

170170

171171
def test_http_request_body_json(benchmark):
172-
data: bytes = b'{ "result": "OK", "message": "Everything is ok", "code": 200 }'
172+
data: bytes = b'{ "result": "OK", "message": "All good!", "code": 200 }'
173173
request = func.HttpRequest(
174174
method='POST',
175175
url='/foo',

0 commit comments

Comments
 (0)