mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-06 11:09:12 +00:00
Another fix for test_gns3vm.py
This commit is contained in:
parent
09e9382df1
commit
d9ab29a9e0
@ -65,7 +65,7 @@ async def test_json(loop, controller):
|
|||||||
assert vm.__json__() == vm._settings
|
assert vm.__json__() == vm._settings
|
||||||
|
|
||||||
|
|
||||||
async def test_update_settings(controller):
|
async def test_update_settings(loop, controller):
|
||||||
|
|
||||||
vm = GNS3VM(controller)
|
vm = GNS3VM(controller)
|
||||||
vm.settings = {
|
vm.settings = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user