[Codex][Codex CLI] Fix spec wait tool expectation

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Colin Young
2026-03-13 17:43:58 -07:00
parent 80f36d389a
commit 369df82b89

View File

@@ -447,7 +447,7 @@ fn test_full_toolset_specs_for_gpt5_codex_unified_exec_web_search() {
let mut expected: BTreeMap<String, ToolSpec> = BTreeMap::from([]);
for spec in [
create_exec_command_tool(true, false),
create_wait_tool(),
create_exec_wait_tool(),
create_write_stdin_tool(),
PLAN_TOOL.clone(),
create_request_user_input_tool(CollaborationModesConfig::default()),