diff --git a/src/routes/test/oauth2-test.js b/src/routes/test/oauth2-test.js index 1a1740f18..4b8be3ee8 100644 --- a/src/routes/test/oauth2-test.js +++ b/src/routes/test/oauth2-test.js @@ -1245,7 +1245,8 @@ describe('Password', function () { salt: 'somesalt', createdAt: (new Date()).toUTCString(), modifiedAt: (new Date()).toUTCString(), - resetToken: hat(256) + resetToken: hat(256), + displayName: '' }; // make csrf always succeed for testing