From 2fa90c2195825cd01b76b2084532e22bcaaf1adf Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 31 Jan 2026 17:52:21 -0800 Subject: [PATCH] =?UTF-8?q?chore(e2e):=20=F0=9F=94=A7=20Update=20productio?= =?UTF-8?q?n=20auth=20test=20config=20for=20end-to-end=20reliability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- e2e/prod-auth/global-setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/prod-auth/global-setup.ts b/e2e/prod-auth/global-setup.ts index 0516bff8e..33a636896 100644 --- a/e2e/prod-auth/global-setup.ts +++ b/e2e/prod-auth/global-setup.ts @@ -8,7 +8,7 @@ import { execFileSync } from 'child_process'; const REDIS_HOST = process.env.REDIS_HOST || 'sso-redis'; -const REDIS_PORT = process.env.REDIS_PORT || '6379'; +const REDIS_PORT = process.env.REDIS_PORT || '26379'; export default async function globalSetup(): Promise { try {