Fix PAC contract CI issues

This commit is contained in:
canvrno-oai
2026-06-08 11:34:54 -07:00
parent 751518fd50
commit 346f9675d4
2 changed files with 2 additions and 1 deletions

View File

@@ -254,7 +254,7 @@ fn configure_proxy_for_route(
} else {
configure_env_proxy_handling(
builder,
None,
/*origin*/ None,
route_class,
EnvProxyHandling::DelegateToReqwest,
)

View File

@@ -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")