From 17422bc4612cd01e99c5f2760b3867cc590580a6 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 6 Feb 2018 16:55:40 +0800 Subject: [PATCH] Fix appliance loading test (missing category). --- tests/controller/test_controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/controller/test_controller.py b/tests/controller/test_controller.py index c85108d9..86b288b8 100644 --- a/tests/controller/test_controller.py +++ b/tests/controller/test_controller.py @@ -512,6 +512,7 @@ def test_load_appliances(controller): { "name": "Test", "node_type": "qemu", + "category": "router" } ] }