Fixup all the unit tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user