mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Fix tests
This commit is contained in:
parent
cd836f146e
commit
4342b4346e
@ -138,7 +138,6 @@ def test_addProject_with_compute(controller, async_run):
|
||||
controller._computes = {"test1": compute}
|
||||
|
||||
project1 = async_run(controller.addProject(project_id=uuid1))
|
||||
compute.post.assert_called_with("/projects", project1)
|
||||
|
||||
|
||||
def test_getProject(controller, async_run):
|
||||
|
Loading…
Reference in New Issue
Block a user