Delegates redis keys deletion to test client

This commit is contained in:
Raul Ochoa 2015-09-25 19:14:42 +02:00
parent 5b76cfd4dd
commit 937d417e80

View File

@ -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',