1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-02-20 03:52:00 +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, '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': ''
} }