Skip to content
Snippets Groups Projects
Commit 29d761b1 authored by Alexander Kreft's avatar Alexander Kreft
Browse files

MAINT: set_file_path to set_remote_path

parent 983a429f
No related branches found
No related tags found
1 merge request!4F full ak
Pipeline #12655 failed
......@@ -209,7 +209,7 @@ end
ent_with_name = CaosDB.Entity.create_entity("TestFile")
set_role(ent_with_name, "FILE")
set_local_path(ent_with_name, upload_path)
set_file_path(ent_with_name, string("/Inttests/", fname))
set_remote_path(ent_with_name, string("/Inttests/", fname))
single_insert_transaction = create_transaction()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment