mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
Fix PAC contract CI issues
This commit is contained in:
@@ -254,7 +254,7 @@ fn configure_proxy_for_route(
|
||||
} else {
|
||||
configure_env_proxy_handling(
|
||||
builder,
|
||||
None,
|
||||
/*origin*/ None,
|
||||
route_class,
|
||||
EnvProxyHandling::DelegateToReqwest,
|
||||
)
|
||||
|
||||
@@ -876,6 +876,7 @@ async fn load_auth_reads_personal_access_token_from_env() {
|
||||
/*enable_codex_api_key_env*/ false,
|
||||
auth_credentials_store_mode,
|
||||
/*chatgpt_base_url*/ None,
|
||||
/*auth_route_config*/ None,
|
||||
)
|
||||
.await
|
||||
.expect("env auth should load")
|
||||
|
||||
Reference in New Issue
Block a user