From 8976384a5612a0835884d0ad53319ea3c3d9b2bf Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 16 Jun 2020 18:37:32 +0930 Subject: [PATCH] Fix test_gns3vm.py --- tests/controller/test_gns3vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/controller/test_gns3vm.py b/tests/controller/test_gns3vm.py index 1400fc34..5d828f4b 100644 --- a/tests/controller/test_gns3vm.py +++ b/tests/controller/test_gns3vm.py @@ -59,7 +59,7 @@ async def test_list(loop, controller): await vm.list("hyperv") -async def test_json(controller): +async def test_json(loop, controller): vm = GNS3VM(controller) assert vm.__json__() == vm._settings