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

SSDM-6476: fixing tests

parent 9001de84
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ def test_read_config(tmpdir):
expected_dict = json.load(f)
assert config_dict['user'] == expected_dict['user']
assert './.obis/repository.json' in resolver.local_public_properties_paths()
assert './.obis/repository.json' in resolver.local_public_properties_path()
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