From 5dc813bd16932cf31d841a54590cfb48fd9c6658 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Mon, 18 May 2026 17:15:15 -0700 Subject: [PATCH] Fix thread settings op kind test --- codex-rs/core/src/session/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/session/tests.rs b/codex-rs/core/src/session/tests.rs index 0b742f2ce8..d5792b107b 100644 --- a/codex-rs/core/src/session/tests.rs +++ b/codex-rs/core/src/session/tests.rs @@ -5209,7 +5209,7 @@ fn op_kind_for_input_and_context_ops() { thread_settings: ThreadSettingsOverrides::default(), } .kind(), - "turn_context" + "thread_settings" ); }