diff --git a/tests/storage/dav/_radicale.py b/tests/storage/dav/_radicale.py index 12403cc..50fd6d3 100644 --- a/tests/storage/dav/_radicale.py +++ b/tests/storage/dav/_radicale.py @@ -78,8 +78,6 @@ def do_the_radicale_dance(tmpdir): import radicale.auth.http def is_authenticated(user, password): - if user is None: - return False assert user == 'bob' and password == 'bob' return True radicale.auth.http.is_authenticated = is_authenticated