aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http/test_authentication.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/netlib/http/test_authentication.py')
-rw-r--r--test/netlib/http/test_authentication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/netlib/http/test_authentication.py b/test/netlib/http/test_authentication.py
index 1df7cd9c..95d72447 100644
--- a/test/netlib/http/test_authentication.py
+++ b/test/netlib/http/test_authentication.py
@@ -78,7 +78,7 @@ class TestBasicProxyAuth:
assert ba.authenticate(headers)
ba.clean(headers)
- assert not ba.AUTH_HEADER in headers
+ assert ba.AUTH_HEADER not in headers
headers[ba.AUTH_HEADER] = ""
assert not ba.authenticate(headers)