mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-21 16:39:40 +00:00
Some more (spring) cleaning.
This commit is contained in:
@ -69,9 +69,9 @@ def test_load(controller, controller_config_path, async_run):
|
||||
|
||||
def test_isEnabled(controller):
|
||||
Config.instance().set("Server", "controller", False)
|
||||
assert not controller.isEnabled()
|
||||
assert not controller.is_enabled()
|
||||
Config.instance().set("Server", "controller", True)
|
||||
assert controller.isEnabled()
|
||||
assert controller.is_enabled()
|
||||
|
||||
|
||||
def test_addCompute(controller, controller_config_path, async_run):
|
||||
|
Reference in New Issue
Block a user