1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-24 15:00:57 +00:00

Fix appliance loading test.

This commit is contained in:
grossmj 2018-02-06 16:15:34 +08:00
parent fff593b358
commit 935b8981ea

View File

@ -510,7 +510,8 @@ def test_load_appliances(controller):
"Qemu": { "Qemu": {
"vms": [ "vms": [
{ {
"name": "Test" "name": "Test",
"node_type": "qemu",
} }
] ]
} }