From 6c40057cf405452e1b0264ecc996048704f0d933 Mon Sep 17 00:00:00 2001 From: czlonkowski <56956555+czlonkowski@users.noreply.github.com> Date: Tue, 29 Jul 2025 00:14:41 +0200 Subject: [PATCH] fix: correct default API key in test environment setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated default N8N_API_KEY to match test expectations - Ensured test environment variables are properly set with defaults - Fixed environment configuration test to work in CI This resolves the final test failure in CI. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- tests/setup/test-env.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/setup/test-env.ts b/tests/setup/test-env.ts index 3106189..7b709d0 100644 --- a/tests/setup/test-env.ts +++ b/tests/setup/test-env.ts @@ -46,7 +46,7 @@ function setTestDefaults(): void { // API N8N_API_URL: 'http://localhost:3001/mock-api', - N8N_API_KEY: 'test-api-key', + N8N_API_KEY: 'test-api-key-12345', // Server PORT: '3001',