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

fix

parent e55feb36
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ test_files.test_insert_files_in_dir.local=/extroot/test_insert_files_in_dir/
# location of the files from the caosdb_servers perspective
test_files.test_insert_files_in_dir.server=/opt/caosdb/mnt/extroot/test_insert_files_in_dir/
# location of the one-time tokens from the pyinttest's perspective
test_authentication.admin_token_crud = /authtoken/admin_token_crud.txt
test_authentication.admin_token_expired = /authtoken/admin_token_expired.txt
test_authentication.admin_token_3_attempts = /authtoken/admin_token_3_attempts.txt
## Insert your usual settings here
[Connection]
......
......
......@@ -46,6 +46,7 @@ easy_pw = "1234"
def setup_module():
switch_to_admin_user()
insert_test_user()
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment