From 935b8981eaae0feb3fc1149c62c433f459977103 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 6 Feb 2018 16:15:34 +0800 Subject: [PATCH] Fix appliance loading test. --- tests/controller/test_controller.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/controller/test_controller.py b/tests/controller/test_controller.py index 4b39a830..c85108d9 100644 --- a/tests/controller/test_controller.py +++ b/tests/controller/test_controller.py @@ -510,7 +510,8 @@ def test_load_appliances(controller): "Qemu": { "vms": [ { - "name": "Test" + "name": "Test", + "node_type": "qemu", } ] }