Fixed typo

This commit is contained in:
Charles d'Hondt
2017-04-28 16:23:32 +02:00
parent 5fb18ad275
commit 29c1f303d6

View File

@@ -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():