This commit is contained in:
Charles d'Hondt 2017-04-28 16:44:50 +02:00
parent f91ed91bf1
commit 6d3837fd54

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