Do not verify token during tests
This commit is contained in:
@@ -115,6 +115,8 @@ export const createAllTestContainers =
|
||||
'DATABASE_URL',
|
||||
`postgresql://testuser:test@${dbIpAddress}:5432/photowalltest1`,
|
||||
)
|
||||
.withEnv('NODE_ENV', 'test')
|
||||
.withEnv('COGNITO_POOL_ID', 'eu-west-1_3O4VfvPn7')
|
||||
.withWaitStrategy(
|
||||
Wait.forLogMessage('Server is running on http://localhost:4000'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user