diff options
Diffstat (limited to 'test/http/http1/test_protocol.py')
-rw-r--r-- | test/http/http1/test_protocol.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/http/http1/test_protocol.py b/test/http/http1/test_protocol.py index af77c55f..6704647f 100644 --- a/test/http/http1/test_protocol.py +++ b/test/http/http1/test_protocol.py @@ -485,7 +485,6 @@ class TestAssembleResponse(object): def test_simple(self): resp = tutils.tresp() b = HTTP1Protocol().assemble_response(resp) - print(b) assert b == match_http_string(""" HTTP/1.1 200 OK header_response: svalue |