From d06ffdfbcbb78d0404199b37278a086251f5a29a Mon Sep 17 00:00:00 2001 From: Rohit Arunachalam Date: Tue, 16 Jun 2026 18:43:01 -0700 Subject: [PATCH] [codex] Update default namespace test metadata --- codex-rs/core/src/tools/router_tests.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codex-rs/core/src/tools/router_tests.rs b/codex-rs/core/src/tools/router_tests.rs index f33842b38f..0a4bd80128 100644 --- a/codex-rs/core/src/tools/router_tests.rs +++ b/codex-rs/core/src/tools/router_tests.rs @@ -186,6 +186,7 @@ fn build_tool_call_normalizes_default_function_and_custom_namespaces() -> anyhow namespace: namespace.map(str::to_string), arguments: "{}".to_string(), call_id: "call-function".to_string(), + metadata: None, })? .expect("function_call should produce a tool call"); assert_eq!( @@ -200,6 +201,7 @@ fn build_tool_call_normalizes_default_function_and_custom_namespaces() -> anyhow call_id: "call-custom".to_string(), name: "apply_patch".to_string(), input: "*** Begin Patch\n*** End Patch".to_string(), + metadata: None, })? .expect("custom_tool_call should produce a tool call"); assert_eq!(