Delegates redis keys deletion to test client

This commit is contained in:
Raul Ochoa 2015-09-25 19:17:33 +02:00
parent 84820a87c8
commit 587fbfb4ff

View File

@ -18,10 +18,6 @@ describe('torque png renderer', function() {
BaseController.prototype.req2params = req2paramsFn;
});
afterEach(function(done) {
testHelper.deleteRedisKeys({'user:localhost:mapviews:global': 5}, done);
});
var IMAGE_TOLERANCE_PER_MIL = 20;
var torquePngPointsMapConfig = {