Fixup the test using fallbackEmail
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user