mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +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,
|
||||
'environment': vm.environment,
|
||||
'node_directory': vm.working_dir,
|
||||
'status': 'stopped'
|
||||
'status': 'stopped',
|
||||
'usage': ''
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user