[Codex][Codex CLI] Fix full toolset spec expectation

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Colin Young
2026-03-13 18:56:42 -07:00
parent 369df82b89
commit 8279b59fec

View File

@@ -447,7 +447,6 @@ 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_exec_wait_tool(),
create_write_stdin_tool(),
PLAN_TOOL.clone(),
create_request_user_input_tool(CollaborationModesConfig::default()),