aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/addons/test_proxyauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/addons/test_proxyauth.py b/test/mitmproxy/addons/test_proxyauth.py
index 76672956..6c36b7e8 100644
--- a/test/mitmproxy/addons/test_proxyauth.py
+++ b/test/mitmproxy/addons/test_proxyauth.py
@@ -133,7 +133,7 @@ def test_check():
f.request.headers["Proxy-Authorization"] = proxyauth.mkauth(
"einstein", "foo"
)
- assert not up.check(f)
+ assert not up.check(f)
def test_authenticate():