1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00

Fix appliance loading test (missing category).

This commit is contained in:
grossmj 2018-02-06 16:55:40 +08:00
parent 935b8981ea
commit 17422bc461

View File

@ -512,6 +512,7 @@ def test_load_appliances(controller):
{
"name": "Test",
"node_type": "qemu",
"category": "router"
}
]
}