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

WIP: pipeline

parent 025f61f1
No related branches found
No related tags found
1 merge request!26pipeline
Pipeline #19037 failed
...@@ -81,7 +81,10 @@ def switch_to_normal_user(): ...@@ -81,7 +81,10 @@ def switch_to_normal_user():
def switch_to_admin_user(): def switch_to_admin_user():
print("called switch_to_admin_user")
configure_connection() configure_connection()
assert Info().user_info.name == get_config().get("Connection", "username")
assert Info().user_info.roles == ["administration"]
def test_get_server_properties(): def test_get_server_properties():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment