diff --git a/codex-rs/core/src/unified_exec/process_manager_tests.rs b/codex-rs/core/src/unified_exec/process_manager_tests.rs index c75ee063da..eba2301f8e 100644 --- a/codex-rs/core/src/unified_exec/process_manager_tests.rs +++ b/codex-rs/core/src/unified_exec/process_manager_tests.rs @@ -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(),