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

MAINT: replace some caosdbs with linkaheads

parent 73b0d6d4
No related branches found
No related tags found
1 merge request!50Draft: ENH: file system: core
Pipeline #48956 failed
......@@ -26,10 +26,10 @@
@author: tf
"""
from caosdb import administration as admin, Info, get_config
from caosdb.connection.connection import configure_connection, get_connection
from caosdb.exceptions import (HTTPClientError, HTTPForbiddenError,
LoginFailedError, HTTPResourceNotFoundError)
from linkahead import administration as admin, Info, get_config
from linkahead.connection.connection import configure_connection, get_connection
from linkahead.exceptions import (HTTPClientError, HTTPForbiddenError,
LoginFailedError, HTTPResourceNotFoundError)
from pytest import raises, mark
test_role = "test_role"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment