diff --git a/test/authentication.js b/test/authentication.js index b90d585971..5268c583ea 100644 --- a/test/authentication.js +++ b/test/authentication.js @@ -169,6 +169,7 @@ describe('authentication', function () { }, function (err, response, body) { assert.ifError(err); assert(body); + console.log(body); assert.equal(body.username, 'admin'); assert.equal(body.email, 'admin@nodebb.org'); user.getSettings(body.uid, function (err, settings) {