please jshint

This commit is contained in:
Eneko Lakasta 2018-02-09 19:26:52 +01:00
parent 8721f56269
commit 041cd40ec2

View File

@ -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);