Delegates redis keys deletion to test client
This commit is contained in:
parent
957ed22b95
commit
5b76cfd4dd
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user