renamed dict variable in ConfigurationManager
This commit is contained in:
parent
7dbc2c40f8
commit
a52e454111
2 changed files with 9 additions and 9 deletions
|
@ -68,7 +68,7 @@ class TestConf:
|
|||
config_manager.config_reset()
|
||||
|
||||
# then
|
||||
assert not config_manager._configuration_maps
|
||||
assert not config_manager.node_configurations
|
||||
|
||||
def test_config_reset_node(self):
|
||||
# given
|
||||
|
@ -82,7 +82,7 @@ class TestConf:
|
|||
config_manager.config_reset(node_id)
|
||||
|
||||
# then
|
||||
assert node_id not in config_manager._configuration_maps
|
||||
assert not config_manager.has_configs(node_id)
|
||||
assert config_manager.get_configs()
|
||||
|
||||
def test_configs_setget(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue