chore(src): ♻️ Refactor real-auth fixture for better reusability and maintainability in authentication tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
e0288f0625
commit
74f61e2ba2
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ import { TEST_ACCOUNTS, type TestAccountRole } from './test-accounts';
|
|||
const SSO_URL = process.env.SSO_URL || 'http://localhost:4001';
|
||||
const BASE_URL = process.env.BASE_URL || 'http://localhost';
|
||||
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';
|
||||
const SESSION_STORAGE_KEY = 'lilith_session';
|
||||
const AGE_VERIFIED_KEY = 'lilith-age-verified';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue