We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f588c6 commit 2f9e6e3Copy full SHA for 2f9e6e3
python/tests/sync/test_systemd.py
@@ -43,9 +43,7 @@ def test_restart_after_code_interpreter_kill(sandbox: Sandbox):
43
44
# Kill the code-interpreter process as root
45
try:
46
- sandbox.commands.run(
47
- "kill -9 $(pgrep -f 'uvicorn main:app')", user="root"
48
- )
+ sandbox.commands.run("kill -9 $(pgrep -f 'uvicorn main:app')", user="root")
49
except Exception:
50
pass
51
0 commit comments