]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Remove print 45/head
authorTaoufik <abacidtaoufik@gmail.com>
Wed, 8 May 2019 15:31:06 +0000 (17:31 +0200)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 15:31:06 +0000 (17:31 +0200)
tests/models/test_headers.py

index 8b7556bc426824185ffa8f2605e3ab07adf9e12e..ffcde8e1b8e1d47794699dae1fd9def0b94b5396 100644 (file)
@@ -138,7 +138,6 @@ def test_headers_decode_explicit_encoding():
     raw_headers = [(b"Custom", "Code point: ☃".encode("utf-8"))]
     headers = httpcore.Headers(raw_headers)
     headers.encoding = "iso-8859-1"
-    print(headers)
     assert dict(headers) == {"custom": "Code point: â\x98\x83"}
     assert headers.encoding == "iso-8859-1"