From a46f4e19f0a18df2c29f1f417d4ca0b59b2bf9e0 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 10 Jun 2026 20:09:16 +0200 Subject: [PATCH] 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. --- test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.sh b/test.sh index 9a553f6fc..b4ea70c71 100755 --- a/test.sh +++ b/test.sh @@ -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