diff --git a/robot/helper_m3_e2e_verification.py b/robot/helper_m3_e2e_verification.py index ecdb4d20..252828fe 100644 --- a/robot/helper_m3_e2e_verification.py +++ b/robot/helper_m3_e2e_verification.py @@ -550,7 +550,7 @@ def correction_dry_run() -> None: with ( patch( - "cleveragents.cli.commands.plan.CorrectionService", + "cleveragents.application.services.correction_service.CorrectionService", return_value=mock_correction_svc, ), patch(