Skip to content

Commit ecd9890

Browse files
committed
tests passsing
1 parent 3a30705 commit ecd9890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/autoscaling/tests/unit/test_modules_auto_scaling_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def app_environment(
4040
@pytest.fixture
4141
def mock_background_task(mocker: MockerFixture) -> mock.Mock:
4242
return mocker.patch(
43-
"simcore_service_autoscaling.modules.auto_scaling_task.auto_scale_cluster",
43+
"simcore_service_autoscaling.modules.cluster_scaling.auto_scaling_task.auto_scale_cluster",
4444
autospec=True,
4545
)
4646

0 commit comments

Comments
 (0)