Skip to content

Commit 27e9872

Browse files
author
Andrei Neagu
committed
fixed broken test
1 parent 09d4018 commit 27e9872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/dynamic-sidecar/tests/unit/test_api_rest_containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ def mock_inactive_since_command_response(
776776
activity_response: ActivityInfo,
777777
) -> None:
778778
mocker.patch(
779-
"simcore_service_dynamic_sidecar.api.containers.run_command_in_container",
779+
"simcore_service_dynamic_sidecar.api.rest.containers.run_command_in_container",
780780
return_value=activity_response.model_dump_json(),
781781
)
782782

0 commit comments

Comments
 (0)