From 9dba6e82a5c6688f9384e06b52f41858e648e261 Mon Sep 17 00:00:00 2001
From: Yves Noirjean <yves.noirjean@id.ethz.ch>
Date: Mon, 14 May 2018 14:22:54 +0200
Subject: [PATCH] obis_SSDM-6476: obis - fixing tests

---
 src/python/OBis/obis/dm/data_mgmt_test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/python/OBis/obis/dm/data_mgmt_test.py b/src/python/OBis/obis/dm/data_mgmt_test.py
index ec637029107..17202afd729 100644
--- a/src/python/OBis/obis/dm/data_mgmt_test.py
+++ b/src/python/OBis/obis/dm/data_mgmt_test.py
@@ -59,14 +59,14 @@ def git_status(path=None, annex=False):
 
 def check_correct_config_semantics():
     # This how things should work
-    with open('.obis/properties.json') as f:
+    with open('.obis/repository.json') as f:
         config_local = json.load(f)
     assert config_local.get('data_set_id') is not None
 
 
 def check_workaround_config_semantics():
     # This how things should work
-    with open('.obis/properties.json') as f:
+    with open('.obis/repository.json') as f:
         config_local = json.load(f)
     assert config_local.get('data_set_id') is None
 
-- 
GitLab