Skip to content

Commit 7571f7d

Browse files
author
Andrei Neagu
committed
fixed broken test
1 parent 785a7ff commit 7571f7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

services/director-v2/tests/integration/02/test_mixed_dynamic_sidecar_and_legacy_project.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,10 @@ def mock_sidecars_client(mocker: MockerFixture) -> mock.Mock:
206206
"simcore_service_director_v2.modules.dynamic_sidecar.api_client.SidecarsClient"
207207
)
208208
for function_name, return_value in [
209-
("pull_service_output_ports", None),
210-
("restore_service_state", None),
209+
("pull_service_output_ports", 0),
210+
("restore_service_state", 0),
211211
("push_service_output_ports", None),
212+
("save_service_state", 0),
212213
]:
213214
mocker.patch(
214215
f"{class_path}.{function_name}",

0 commit comments

Comments
 (0)