diff --git a/utils/apiKeys.test.ts b/utils/apiKeys.test.ts index c679a89..82279ad 100644 --- a/utils/apiKeys.test.ts +++ b/utils/apiKeys.test.ts @@ -15,6 +15,7 @@ const savedEnv = { ...process.env }; const STRIPPED_PREFIXES_OR_NAMES = [ /_API_KEY$/, /^CLAUDE_CODE_OAUTH_TOKEN$/, + /^CODEX_AUTH_JSON$/, /^AWS_BEARER_TOKEN_BEDROCK$/, /^AWS_ACCESS_KEY_ID$/, /^AWS_SECRET_ACCESS_KEY$/,