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

obis: fixing tests

parent 7e62363f
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ def test_write_config(tmpdir):
assert config_dict['openbis_url'] == expected_dict['openbis_url']
assert config_dict['user'] == expected_dict['user']
resolver.set_value_for_parameter('user', 'new_user', 'global')
resolver.set_value_for_parameter('user', 'new_user', 'local')
config_dict = resolver.config_dict()
assert config_dict['openbis_url'] == expected_dict['openbis_url']
assert config_dict['user'] == 'new_user'
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