codex: fix CI failure on PR #19635

This commit is contained in:
shijie-openai
2026-04-26 11:52:25 -07:00
parent 656649cc9f
commit 0391a4bb75

View File

@@ -9,8 +9,7 @@ use crate::default_client::build_reqwest_client;
use super::storage::AgentIdentityAuthRecord;
const AGENT_IDENTITY_AUTHAPI_BASE_URL: &str =
"https://auth.openai.com/api/accounts";
const AGENT_IDENTITY_AUTHAPI_BASE_URL: &str = "https://auth.openai.com/api/accounts";
#[derive(Debug)]
pub struct AgentIdentityAuth {