Do not verify token during tests

This commit is contained in:
Niklas Fondberg
2021-07-06 12:25:38 +02:00
parent 4b7133a9ab
commit 6bca11c62d
7 changed files with 1962 additions and 13207 deletions
+2
View File
@@ -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'),
)