mirror of
https://github.com/openai/codex.git
synced 2026-05-16 09:12:54 +00:00
codex: preserve startup failure test cwd allow after rebase
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -248,6 +248,7 @@ async fn startup_failure_emits_begin_then_failed_end() {
|
||||
codex_exec_server::Environment::create_for_tests(Some("not-a-websocket-url".to_string()))
|
||||
.expect("remote test environment"),
|
||||
);
|
||||
#[allow(deprecated)]
|
||||
let request = ExecCommandRequest {
|
||||
command: vec!["echo".to_string(), "hello".to_string()],
|
||||
hook_command: String::new(),
|
||||
|
||||
Reference in New Issue
Block a user