1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Fix tests

This commit is contained in:
Julien Duponchelle 2016-05-11 11:22:59 +02:00
parent cd836f146e
commit 4342b4346e
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -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):