mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-05 15:48:59 +00:00
Fix tests.
This commit is contained in:
parent
d303d13045
commit
d8b928f1c1
@ -1539,7 +1539,6 @@ async def test_cpus(compute_project, manager):
|
||||
},
|
||||
"Volumes": {},
|
||||
"NetworkDisabled": True,
|
||||
"Name": "test",
|
||||
"Hostname": "test",
|
||||
"Image": "ubuntu:latest",
|
||||
"Env": [
|
||||
@ -1581,7 +1580,6 @@ async def test_memory(compute_project, manager):
|
||||
},
|
||||
"Volumes": {},
|
||||
"NetworkDisabled": True,
|
||||
"Name": "test",
|
||||
"Hostname": "test",
|
||||
"Image": "ubuntu:latest",
|
||||
"Env": [
|
||||
|
Loading…
Reference in New Issue
Block a user