mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
fix plan mismatch
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user