Delegates redis keys deletion to test client

This commit is contained in:
Raul Ochoa 2015-09-25 19:13:46 +02:00
parent 957ed22b95
commit 5b76cfd4dd

View File

@ -68,10 +68,6 @@ describe('server_gettile', function() {
res_serv.close(done);
});
afterEach(function(done) {
testHelper.deleteRedisKeys({'user:localhost:mapviews:global': 5}, done);
});
function imageCompareFn(fixture, done) {
return function(err, res) {
if (err) {