mirror of
https://github.com/GNS3/gns3-server
synced 2025-02-20 03:52:00 +00:00
Fix tests.
This commit is contained in:
parent
9ed181151f
commit
c736051dda
@ -66,7 +66,8 @@ def test_json(vm, project):
|
|||||||
'start_command': vm.start_command,
|
'start_command': vm.start_command,
|
||||||
'environment': vm.environment,
|
'environment': vm.environment,
|
||||||
'node_directory': vm.working_dir,
|
'node_directory': vm.working_dir,
|
||||||
'status': 'stopped'
|
'status': 'stopped',
|
||||||
|
'usage': ''
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user