codex: preserve startup failure test cwd allow after rebase

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-05-13 11:58:33 -07:00
parent 0e9b65531c
commit bf36c3589c

View File

@@ -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(),