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:
parent
06ee230e33
commit
133eb68325
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function getPage(listConf) {
|
|||
}
|
||||
|
||||
function generateEmail() {
|
||||
return 'keep.' + shortid.generate() + '@mailtrain.org';
|
||||
return 'keep.' + shortid.generate() + '@gmail.com';
|
||||
}
|
||||
|
||||
function generateCustomFieldValue(field) {
|
||||
|
|
Loading…
Reference in a new issue