mirror of
https://github.com/python/cpython.git
synced 2024-12-04 23:34:42 +08:00
Remove the debugging print line from the test.
This commit is contained in:
parent
e0941c5bd2
commit
f580adee27
@ -95,7 +95,6 @@ class HeaderTests(TestCase):
|
||||
conn.sock = FakeSocket(None)
|
||||
conn.putrequest('GET','/')
|
||||
conn.putheader('Content-length', 42)
|
||||
print(conn._buffer)
|
||||
self.assertTrue(b'Content-length: 42' in conn._buffer)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user