From 937d417e80d40688b7417a76bdae46be536065e2 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Fri, 25 Sep 2015 19:14:42 +0200 Subject: [PATCH] Delegates redis keys deletion to test client --- test/acceptance/ported/static_maps.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/acceptance/ported/static_maps.js b/test/acceptance/ported/static_maps.js index ac440a3d..90472efd 100644 --- a/test/acceptance/ported/static_maps.js +++ b/test/acceptance/ported/static_maps.js @@ -37,10 +37,6 @@ describe('static_maps', function() { httpRendererResourcesServer.close(done); }); - afterEach(function(done) { - testHelper.deleteRedisKeys({'user:localhost:mapviews:global': 5}, done); - }); - function staticMapConfig(urlTemplate, cartocss) { return { version: '1.2.0',