🚑 Set proper env defaults

This commit is contained in:
Baptiste Arnaud
2023-08-28 11:00:25 +02:00
parent 1c680c3ef5
commit efd4600b7e
5 changed files with 32 additions and 29 deletions

View File

@@ -10,7 +10,6 @@ test.describe('Send email block', () => {
test('its configuration should work', async ({ page }) => {
if (
!env.SMTP_USERNAME ||
!env.SMTP_PORT ||
!env.SMTP_HOST ||
!env.SMTP_PASSWORD ||
!env.NEXT_PUBLIC_SMTP_FROM