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