aboutsummaryrefslogtreecommitdiffstats
path: root/test/http/test_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/http/test_exceptions.py')
-rw-r--r--test/http/test_exceptions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/http/test_exceptions.py b/test/http/test_exceptions.py
index 0131c7ef..d7c438f7 100644
--- a/test/http/test_exceptions.py
+++ b/test/http/test_exceptions.py
@@ -14,7 +14,6 @@ class TestHttpAuthenticationError:
assert isinstance(x.headers, odict.ODictCaseless)
assert x.code == 407
assert x.headers == headers
- print(x.headers.keys())
assert "foo" in x.headers.keys()
def test_header_conversion(self):