Fix test_gns3vm.py

This commit is contained in:
grossmj 2020-06-16 18:37:32 +09:30
parent e4b7e46444
commit 8976384a56

View File

@ -59,7 +59,7 @@ async def test_list(loop, controller):
await vm.list("hyperv") await vm.list("hyperv")
async def test_json(controller): async def test_json(loop, controller):
vm = GNS3VM(controller) vm = GNS3VM(controller)
assert vm.__json__() == vm._settings assert vm.__json__() == vm._settings