Skip to content
Snippets Groups Projects
Verified Commit 299e48e6 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: fix tests

parent a264d49a
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment