We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2486530 commit e98751aCopy full SHA for e98751a
services/web/server/tests/unit/with_dbs/03/trash/test_trash_rest.py
@@ -75,6 +75,10 @@ async def test_trash_projects( # noqa: PLR0915
75
return_value=[mocker.MagicMock()] if is_project_running else [],
76
autospec=True,
77
)
78
+ mocker.patch(
79
+ "simcore_service_webserver.projects._trash_service.dynamic_scheduler_service.get_dynamic_service",
80
+ autospec=True,
81
+ )
82
83
project_uuid = UUID(user_project["uuid"])
84
0 commit comments