From 041cd40ec205f4bdd6b1a6954da57f27bb8064f9 Mon Sep 17 00:00:00 2001 From: Eneko Lakasta Date: Fri, 9 Feb 2018 19:26:52 +0100 Subject: [PATCH] please jshint --- test/acceptance/auth/authorization.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/acceptance/auth/authorization.js b/test/acceptance/auth/authorization.js index 351c686d..d7df8b32 100644 --- a/test/acceptance/auth/authorization.js +++ b/test/acceptance/auth/authorization.js @@ -86,7 +86,12 @@ describe('authorization', function() { const testClientGet = new TestClient({}, apikeyTokenGet); - testClientGet.getTile(0, 0, 0, { layergroupid: layergroupId, response: PERMISSION_DENIED_RESPONSE}, function(err, res, body) { + const params = { + layergroupid: layergroupId, + response: PERMISSION_DENIED_RESPONSE + }; + + testClientGet.getTile(0, 0, 0, params, function(err, res, body) { assert.ifError(err);