From 4342b4346efb59ac98802fc9bc77850684b3aad1 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Wed, 11 May 2016 11:22:59 +0200 Subject: [PATCH] Fix tests --- tests/controller/test_controller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/controller/test_controller.py b/tests/controller/test_controller.py index 8c651834..57f7b52e 100644 --- a/tests/controller/test_controller.py +++ b/tests/controller/test_controller.py @@ -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):