diff options
-rw-r--r-- | test/mitmproxy/addons/test_proxyauth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/addons/test_proxyauth.py b/test/mitmproxy/addons/test_proxyauth.py index 6c36b7e8..76672956 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(): |