fix plan mismatch

This commit is contained in:
Ahmed Ibrahim
2025-10-01 14:36:08 -07:00
parent 11c28a319b
commit 1ac36e67af

View File

@@ -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()
{