mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Remove the debugging print line from the test.
This commit is contained in:
parent
e0941c5bd2
commit
f580adee27
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue