mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-22 06:07:51 +00:00
Fix docker test about vm suspended
This commit is contained in:
parent
f76f417e52
commit
26c7aedba6
@ -336,7 +336,7 @@ def test_pause(loop, vm):
|
||||
loop.run_until_complete(asyncio.async(vm.pause()))
|
||||
|
||||
mock.assert_called_with("POST", "containers/e90e34656842/pause")
|
||||
assert vm.status == "paused"
|
||||
assert vm.status == "suspended"
|
||||
|
||||
|
||||
def test_unpause(loop, vm):
|
||||
|
Loading…
Reference in New Issue
Block a user