Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed May 4, 2022
1 parent d18c2a8 commit 4fa1364
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def mock_dynamic_sidecar_client(mocker: MockerFixture) -> None:
for method_name, return_value in [
("service_restore_state", None),
("service_pull_output_ports", 42),
("service_push_output_ports", None),
]:
mocker.patch(
f"simcore_service_director_v2.modules.dynamic_sidecar.client_api.DynamicSidecarClient.{method_name}",
Expand Down

0 comments on commit 4fa1364

Please sign in to comment.