diff --git a/core/test/functional/routes/apps/subscribers/routing_spec.js b/core/test/functional/routes/apps/subscribers/routing_spec.js index cf905879d7..03c63d0ef6 100644 --- a/core/test/functional/routes/apps/subscribers/routing_spec.js +++ b/core/test/functional/routes/apps/subscribers/routing_spec.js @@ -24,6 +24,8 @@ describe('Subscriber: Routing', function () { }); }); + after(testUtils.teardown); + after(function () { return ghostServer.stop(); });