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

TST: fix tests

parent 299e48e6
Branches
Tags
No related merge requests found
...@@ -65,6 +65,7 @@ def test_configure_connection(): ...@@ -65,6 +65,7 @@ def test_configure_connection():
def test_login_raises(): def test_login_raises():
c = configure_connection(password_method="unauthenticated") c = configure_connection(url="https://example.com",
password_method="unauthenticated")
with raises(LoginFailedException): with raises(LoginFailedException):
c._login() c._login()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment