From a99661637c10aab2b0c259f1b6a2c2bddc4e4e6e Mon Sep 17 00:00:00 2001 From: Jiaming Zhang Date: Thu, 7 May 2026 12:13:51 -0700 Subject: [PATCH] codex: fix CI failure on PR #20619 --- codex-rs/core/src/thread_manager_tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core/src/thread_manager_tests.rs b/codex-rs/core/src/thread_manager_tests.rs index 1cf0df95f2..2a7bf7d2c3 100644 --- a/codex-rs/core/src/thread_manager_tests.rs +++ b/codex-rs/core/src/thread_manager_tests.rs @@ -764,6 +764,7 @@ async fn rollout_path_resume_and_fork_read_history_through_thread_store() { thread_store.clone(), state_db, TEST_INSTALLATION_ID.to_string(), + /*attestation_provider*/ None, ); let source = manager