Fixup all the unit tests

This commit is contained in:
Johannes Zellner
2016-05-06 15:16:22 +02:00
parent da8de173a6
commit e986a67d39
4 changed files with 18 additions and 9 deletions

View File

@@ -145,7 +145,8 @@ describe('OAuth2', function () {
createdAt: (new Date()).toUTCString(),
modifiedAt: (new Date()).toUTCString(),
resetToken: hat(256),
displayName: ''
displayName: '',
showTutorial: false
};
var APP_0 = {
@@ -1301,7 +1302,8 @@ describe('Password', function () {
createdAt: (new Date()).toUTCString(),
modifiedAt: (new Date()).toUTCString(),
resetToken: hat(256),
displayName: ''
displayName: '',
showTutorial: false
};
// make csrf always succeed for testing