Change email domain in tests to "gmail.com"

The domain needs to have an MX record associated, and mailtrain.org doesn't have one (anymore).
This commit is contained in:
Reto Kaiser 2018-05-29 15:37:05 +02:00
parent 06ee230e33
commit 133eb68325

View file

@ -15,7 +15,7 @@ function getPage(listConf) {
} }
function generateEmail() { function generateEmail() {
return 'keep.' + shortid.generate() + '@mailtrain.org'; return 'keep.' + shortid.generate() + '@gmail.com';
} }
function generateCustomFieldValue(field) { function generateCustomFieldValue(field) {