mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
Merge c865a34ae6 into sapling-pr-archive-bolinfest
This commit is contained in:
@@ -556,7 +556,7 @@ async fn env_var_overrides_loaded_auth() {
|
||||
}
|
||||
|
||||
fn create_dummy_codex_auth() -> CodexAuth {
|
||||
CodexAuth::new(
|
||||
CodexAuth::create_dummy_codex_auth_for_testing(
|
||||
None,
|
||||
AuthMode::ChatGPT,
|
||||
PathBuf::new(),
|
||||
|
||||
@@ -51,7 +51,7 @@ impl PartialEq for CodexAuth {
|
||||
}
|
||||
|
||||
impl CodexAuth {
|
||||
pub fn new(
|
||||
pub fn create_dummy_codex_auth_for_testing(
|
||||
api_key: Option<String>,
|
||||
mode: AuthMode,
|
||||
auth_file: PathBuf,
|
||||
|
||||
Reference in New Issue
Block a user