exec-server: fix process test ExecParams initializer

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-04-07 16:23:42 -07:00
parent 4a85ef45b5
commit 3c5511e3e0

View File

@@ -55,6 +55,7 @@ async fn exec_server_starts_process_over_websocket() -> anyhow::Result<()> {
tty: false,
arg0: None,
sandbox: SandboxLaunchConfig::no_sandbox(std::env::current_dir()?),
managed_network: None,
})?,
)
.await?;