Skip to content
Snippets Groups Projects
Commit e5096000 authored by yvesn's avatar yvesn
Browse files

obis: fixing tests

parent c0a79005
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,10 @@ def generate_perm_id(): ...@@ -32,7 +32,10 @@ def generate_perm_id():
def shared_dm(): def shared_dm():
dm = data_mgmt.DataMgmt() openbis_config = {
'allow_http_but_do_not_use_this_in_production_and_only_within_safe_networks': True
}
dm = data_mgmt.DataMgmt(openbis_config=openbis_config)
return dm return dm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment