From f9d92db5d55f04019fd77c273c1ff12f0f2e564e Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Fri, 8 Mar 2019 15:47:00 -0500 Subject: [PATCH] fix: typo --- test/authentication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/authentication.js b/test/authentication.js index 8df2ceda6c..c5a44e4ee8 100644 --- a/test/authentication.js +++ b/test/authentication.js @@ -238,7 +238,7 @@ describe('authentication', function () { }); }); - it('should fail to login if ip address if invalid', function (done) { + it('should fail to login if ip address is invalid', function (done) { var jar = request.jar(); request({ url: nconf.get('url') + '/api/config',