Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit a690458

Browse files
author
ex3me0
authored
Fixed status-line
1 parent c5367d2 commit a690458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_http11.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def test_response_with_empty_reason(self):
334334
c._sock = sock = DummySocket()
335335

336336
sock._buffer = BytesIO(
337-
b"HTTP/1.1 201\r\n"
337+
b"HTTP/1.1 201 \r\n"
338338
b"Connection: close\r\n"
339339
b"Server: Socket\r\n"
340340
b"Content-Length: 0\r\n"

0 commit comments

Comments
 (0)