mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
[Codex][Codex CLI] Fix full toolset spec expectation
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user