style(test): fix ruff format trailing newline in sandbox_create_for_plan_steps.py
CI / benchmark-publish (push) Has started running
CI / lint (push) Successful in 57s
CI / quality (push) Successful in 1m9s
CI / benchmark-regression (push) Has been skipped
CI / helm (push) Successful in 29s
CI / build (push) Successful in 33s
CI / typecheck (push) Successful in 1m23s
CI / security (push) Successful in 1m32s
CI / push-validation (push) Successful in 25s
CI / e2e_tests (push) Failing after 3m40s
CI / integration_tests (push) Successful in 4m55s
CI / unit_tests (push) Successful in 5m51s
CI / docker (push) Successful in 1m43s
CI / coverage (push) Successful in 13m11s
CI / status-check (push) Failing after 6s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Failing after 33s
CI / unit_tests (pull_request) Successful in 10m18s
CI / e2e_tests (pull_request) Failing after 3m34s
CI / push-validation (pull_request) Successful in 37s
CI / typecheck (pull_request) Successful in 1m19s
CI / security (pull_request) Successful in 1m10s
CI / quality (pull_request) Successful in 47s
CI / integration_tests (pull_request) Successful in 4m43s
CI / lint (pull_request) Successful in 47s
CI / build (pull_request) Successful in 52s
CI / helm (pull_request) Successful in 53s
CI / docker (pull_request) Successful in 1m46s
CI / coverage (pull_request) Successful in 12m58s
CI / status-check (pull_request) Failing after 3s

This commit was merged in pull request #8193.
This commit is contained in:
2026-05-02 23:50:54 +00:00
committed by Forgejo
parent cf253c2e01
commit 3d7f576243
@@ -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