diff --git a/src/routes/test/apps-test.js b/src/routes/test/apps-test.js index ee03f7c13..9f6d9a455 100644 --- a/src/routes/test/apps-test.js +++ b/src/routes/test/apps-test.js @@ -157,7 +157,7 @@ function cleanup(done) { function (callback) { setTimeout(callback, 2000); }, // give taskmanager tasks couple of seconds to finish - child_process.exec.bind(null, 'docker rm -f mysql; docker rm -f postgresql; docker rm -f mongodb') + child_process.exec.bind(null, 'docker rm -f mysql; docker rm -f postgresql; docker rm -f mongodb; docker rm -f mail') ], done); }