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

@@ -35,6 +35,7 @@ var USER_0 = {
username: 'uuid213',
password: 'secret',
email: 'safe@me.com',
fallbackEmail: 'safefallback@me.com',
admin: false,
salt: 'morton',
createdAt: 'sometime back',
@@ -48,6 +49,7 @@ var USER_1 = { // this user has not signed up yet
username: null,
password: '',
email: 'safe2@me.com',
fallbackEmail: 'safe2fallback@me.com',
admin: false,
salt: 'morton',
createdAt: 'sometime back',