Fixup the test using fallbackEmail

This commit is contained in:
Johannes Zellner
2018-01-22 11:52:58 +01:00
parent 6fdb093595
commit cf94f26d62
6 changed files with 24 additions and 9 deletions

View File

@@ -27,6 +27,7 @@ describe('Apps', function () {
username: 'admin123',
password: 'secret',
email: 'admin@me.com',
fallbackEmail: 'admin@me.com',
salt: 'morton',
createdAt: 'sometime back',
modifiedAt: 'now',
@@ -39,6 +40,7 @@ describe('Apps', function () {
username: 'uuid213',
password: 'secret',
email: 'safe@me.com',
fallbackEmail: 'safe@me.com',
salt: 'morton',
createdAt: 'sometime back',
modifiedAt: 'now',
@@ -51,6 +53,7 @@ describe('Apps', function () {
username: 'uuid2134',
password: 'secret',
email: 'safe1@me.com',
fallbackEmail: 'safe1@me.com',
salt: 'morton',
createdAt: 'sometime back',
modifiedAt: 'now',