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": {
"vms": [
{
"name": "Test"
"name": "Test",
"node_type": "qemu",
}
]
}