From 4ec9db68ad2115f244e550aaae3d8f8d5ff429b5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:24:53 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/backend/tests/test_sandbox_path_check.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/studio/backend/tests/test_sandbox_path_check.py b/studio/backend/tests/test_sandbox_path_check.py index 9d46156315..e235272c94 100644 --- a/studio/backend/tests/test_sandbox_path_check.py +++ b/studio/backend/tests/test_sandbox_path_check.py @@ -70,7 +70,5 @@ def test_bash_exec_allows_normal_command(): def test_bypass_skips_the_out_of_workdir_block(): # Bypass Permissions skips the blocklist and this check alike. - msg = _bash_exec( - "cat /etc/hostname", session_id = "pathcheck-bypass", disable_sandbox = True - ) + msg = _bash_exec("cat /etc/hostname", session_id = "pathcheck-bypass", disable_sandbox = True) assert "outside the sandbox working directory" not in msg