Skip to content
Snippets Groups Projects
Commit 1d66794b authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

STY: ws

parent ed77fb95
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ def teardown(): ...@@ -84,7 +84,7 @@ def teardown():
try: try:
db.get_connection()._logout() db.get_connection()._logout()
db.configure_connection(username="test_user", password="secret_1q!Q", db.configure_connection(username="test_user", password="secret_1q!Q",
password_method="plain") password_method="plain")
db.get_connection()._login() db.get_connection()._login()
except Exception as e: except Exception as e:
print(e) print(e)
......
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