From a83cd929006f923f187d2a5fe206f278dc8b2ebd Mon Sep 17 00:00:00 2001 From: Andrei Eternal Date: Thu, 30 Apr 2026 22:24:39 -0700 Subject: [PATCH] codex: fix dynamic hook tests after main merge --- codex-rs/core/tests/suite/hooks_dynamic.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/tests/suite/hooks_dynamic.rs b/codex-rs/core/tests/suite/hooks_dynamic.rs index 2863a2ecb0..6ccbf6cef6 100644 --- a/codex-rs/core/tests/suite/hooks_dynamic.rs +++ b/codex-rs/core/tests/suite/hooks_dynamic.rs @@ -229,7 +229,6 @@ where .thread_manager .start_thread_with_tools( base_test.config.clone(), - codex_core::thread_store_from_config(&base_test.config), dynamic_tools, /*persist_extended_history*/ false, )