From bca723bcf3c1fbb101fa309c735843e651d1c781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Tue, 9 Jul 2019 14:59:16 +0200 Subject: [PATCH] PLease jshint --- test/acceptance/cache/cache-control-header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/cache/cache-control-header.js b/test/acceptance/cache/cache-control-header.js index b2d6abae..5a738700 100644 --- a/test/acceptance/cache/cache-control-header.js +++ b/test/acceptance/cache/cache-control-header.js @@ -166,7 +166,7 @@ describe('cache-control header', function () { const testClient = new TestClient(mapConfig, 1234); - testClient.getTile(0, 0, 0, {}, function (err, res, layergroup) { + testClient.getTile(0, 0, 0, {}, function (err, res) { if (err) { return done(err); }