mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-19 04:47:54 +00:00
Fix test_gns3vm.py
This commit is contained in:
parent
e4b7e46444
commit
8976384a56
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user