From 1ac36e67af5ef7e5641fd84aa2cffff9280b21c7 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Wed, 1 Oct 2025 14:36:08 -0700 Subject: [PATCH] fix plan mismatch --- codex-rs/core/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/client.rs b/codex-rs/core/src/client.rs index e90af7faf3..22e0be1917 100644 --- a/codex-rs/core/src/client.rs +++ b/codex-rs/core/src/client.rs @@ -1413,7 +1413,7 @@ mod tests { use std::path::PathBuf; use std::sync::Arc; - let mut auth = CodexAuth::create_dummy_chatgpt_auth_for_testing(); + let auth = CodexAuth::create_dummy_chatgpt_auth_for_testing(); if let Some(auth_json) = auth.auth_dot_json.lock().unwrap().as_mut() && let Some(tokens) = auth_json.tokens.as_mut() {