From 35ec9e0063fbc91466069fc8d42924417c9ffd4c Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Fri, 25 Sep 2015 14:42:30 +0200 Subject: [PATCH] Remove redis keys after each test --- test/acceptance/ported/external_resources.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/acceptance/ported/external_resources.js b/test/acceptance/ported/external_resources.js index 157d9e35..2d33f5bf 100644 --- a/test/acceptance/ported/external_resources.js +++ b/test/acceptance/ported/external_resources.js @@ -71,6 +71,10 @@ describe('external resources', function() { }); + afterEach(function(done) { + testHelper.deleteRedisKeys({'user:localhost:mapviews:global': 5}, done); + }); + function imageCompareFn(fixture, done) { return function(err, res) { if (err) {