Skip to content

Commit

Permalink
fix: run on local
Browse files Browse the repository at this point in the history
  • Loading branch information
zxt-tzx committed Jul 7, 2023
1 parent 51e508a commit 3a4b9f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/test-utils/test-env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ process.env.UPLOAD_REDIS_URI = 'redis://localhost:6379/6'
process.env.FLAMINGO_DB_URI =
'postgres://postgres:postgres@localhost:5432/postmangovsg_test'
process.env.WA_AUTH_TOKEN_1 = 'test'
process.env.WA_AUTH_TOKEN_1_EXPIRY = '2023-07-14 14:55:58+00:00'
process.env.WA_AUTH_TOKEN_2 = 'test'
process.env.WA_AUTH_TOKEN_2_EXPIRY = '2023-07-14 14:55:58+00:00'

0 comments on commit 3a4b9f4

Please sign in to comment.