explicit disable email test modus in e-email test

This commit is contained in:
einhornimmond 2026-03-03 12:20:21 +01:00
parent 22b73712b9
commit f9e1be946e

View File

@ -25,6 +25,7 @@ CONFIG.EMAIL_SENDER = 'info@gradido.net'
CONFIG.EMAIL_SMTP_HOST = testMailServerHost
CONFIG.EMAIL_SMTP_PORT = testMailServerPort
CONFIG.EMAIL_TLS = testMailTLS
CONFIG.EMAIL_TEST_MODUS = false
mock.module('nodemailer', () => {
return {