mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
exec-server: fix process test ExecParams initializer
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -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?;
|
||||
|
||||
Reference in New Issue
Block a user