diff --git a/unittests/test_authentication_auth_token.py b/unittests/test_authentication_auth_token.py
index bfaa1cabc0e972a8e897fc1edae769f1572c9be2..1eaf091863e23205c9ffca5373e51b654a5a42e4 100644
--- a/unittests/test_authentication_auth_token.py
+++ b/unittests/test_authentication_auth_token.py
@@ -70,7 +70,8 @@ def test_configure_connection():
 
 
 def test_login_raises():
-    c = configure_connection(password_method="auth_token",
+    c = configure_connection(url="https://example.com",
+                             password_method="auth_token",
                              auth_token="[auth_token]")
     with raises(LoginFailedException):
         c._login()