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

WIP: fix tests

parent 780bc1d9
No related branches found
No related tags found
No related merge requests found
......@@ -336,10 +336,7 @@ def test_query_without_permission():
r = db.execute_query("FIND TestPigExperiment", unique=True)
assert_equal(r.name, "TestRecord")
db.get_connection()._logout()
db.configure_connection(username="admin", password="caosdb",
password_method="plain")
db.get_connection()._login()
db.configure_connection()
e = db.Entity(id=qt.id)
e.retrieve_acl()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment