Delegates redis keys deletion to test client
This commit is contained in:
parent
84820a87c8
commit
587fbfb4ff
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user