From 8f8e7202e5fef92d0f982f7aa78306c1c564e62c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 19 May 2017 16:33:40 -0400 Subject: [PATCH] fix lint --- test/authentication.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/authentication.js b/test/authentication.js index 6691a96c66..9d49a8e0ff 100644 --- a/test/authentication.js +++ b/test/authentication.js @@ -167,6 +167,7 @@ describe('authentication', function () { 'x-csrf-token': body.csrf_token, }, }, function (err, response, body) { + assert.ifError(err); assert.equal(response.statusCode, 403); assert.equal(body, '[[error:invalid-login-credentials]]'); done();