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

@@ -1246,6 +1246,7 @@ describe('Password', function () {
username: 'someusername',
password: 'passWord%1234',
email: 'some@email.com',
fallbackEmail: 'somefallback@email.com',
admin: true,
salt: 'somesalt',
createdAt: (new Date()).toUTCString(),