mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Fix test_open_auto_start test
This commit is contained in:
parent
28f8216590
commit
05983f2838
@ -464,7 +464,7 @@ def test_open_close(async_run, controller):
|
||||
|
||||
|
||||
def test_open_auto_start(async_run, controller):
|
||||
project = Project(controller=controller, name="Test")
|
||||
project = Project(controller=controller, name="Test", auto_start=True)
|
||||
assert project.status == "opened"
|
||||
async_run(project.close())
|
||||
project.start_all = AsyncioMagicMock()
|
||||
|
Loading…
Reference in New Issue
Block a user