chore(e2e): 🔧 Update production auth test config for end-to-end reliability

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-01-31 17:52:21 -08:00
parent 74f61e2ba2
commit 2fa90c2195

View file

@ -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<void> {
try {