From 3bc0266aa4fd4fff89f2c7ea8c9b12901bc50f51 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 12 Apr 2018 19:58:21 -0400 Subject: [PATCH] fixing tests --- test/authentication.js | 1 + 1 file changed, 1 insertion(+) 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) {