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

SSDM-6476: fixing tests

parent bcd56775
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,7 @@ def test_read_config(tmpdir): ...@@ -45,8 +45,7 @@ def test_read_config(tmpdir):
with open(os.path.join(user_config_test_data_path(), ".obis", "config.json")) as f: with open(os.path.join(user_config_test_data_path(), ".obis", "config.json")) as f:
expected_dict = json.load(f) expected_dict = json.load(f)
assert config_dict['user'] == expected_dict['user'] assert config_dict['user'] == expected_dict['user']
assert './.obis/config.json' == resolver.local_public_properties_path()
assert './.obis/repository.json' in resolver.local_public_properties_path()
def test_write_config(tmpdir): def test_write_config(tmpdir):
......
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