1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Fix tests.

This commit is contained in:
grossmj 2018-12-30 21:50:47 +07:00
parent 9ed181151f
commit c736051dda

View File

@ -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': ''
}