Merge c865a34ae6 into sapling-pr-archive-bolinfest

This commit is contained in:
Michael Bolin
2025-08-07 14:04:41 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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,