fix: unset NVIDIA_API_KEY and ANT_LING_API_KEY in test.sh

stream.test.ts gates e2e suites on these env vars; test.sh missed them,
so local runs with the keys present executed live NVIDIA NIM e2e
tests.
This commit is contained in:
Mario Zechner
2026-06-10 20:09:16 +02:00
Unverified
parent 20a9b82cf9
commit a46f4e19f0
+2
View File
@@ -25,6 +25,8 @@ export PI_NO_LOCAL_LLM=1
# Unset API keys (see packages/ai/src/stream.ts getEnvApiKey)
unset ANTHROPIC_API_KEY
unset ANTHROPIC_OAUTH_TOKEN
unset ANT_LING_API_KEY
unset NVIDIA_API_KEY
unset OPENAI_API_KEY
unset AZURE_OPENAI_API_KEY
unset DEEPSEEK_API_KEY