Skip to content

Commit fdcd703

Browse files
fix test
1 parent bc2f32d commit fdcd703

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/web/server/tests/unit/with_dbs/01/test_director_v2_handlers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,11 @@ def mock_rpc_list_computations_latest_iteration_tasks_page(
181181
mocker: MockerFixture,
182182
user_project: ProjectDict,
183183
) -> ComputationTaskRpcGetPage:
184+
project_uuid = user_project["uuid"]
184185
workbench_ids = list(user_project["workbench"].keys())
185186
example = ComputationTaskRpcGet.model_config["json_schema_extra"]["examples"][0]
186187
example["node_id"] = workbench_ids[0]
188+
example["project_uuid"] = project_uuid
187189

188190
return mocker.patch(
189191
"simcore_service_webserver.director_v2._computations_service.computations.list_computations_latest_iteration_tasks_page",

0 commit comments

Comments
 (0)