diff --git a/features/steps/sandbox_create_for_plan_steps.py b/features/steps/sandbox_create_for_plan_steps.py index 49e1cb5b9..ff625162a 100644 --- a/features/steps/sandbox_create_for_plan_steps.py +++ b/features/steps/sandbox_create_for_plan_steps.py @@ -170,4 +170,3 @@ def step_sandbox_root_differs(context: Context) -> None: @then("the cleanup call should complete without error for scfp") def step_cleanup_no_error(context: Context) -> None: assert context.scfp_cleanup_done is True -