From 210feb6cc484a6c5c63c98f770de34e223f944cb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Apr 2019 10:53:40 +0200 Subject: Cleanup tests --- server/tests/api/notifications/user-notifications.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'server/tests/api/notifications') diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts index 8f7ce82a4..eb4fdb87c 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts @@ -112,8 +112,6 @@ describe('Test users notifications', function () { await MockSmtpServer.Instance.collectEmails(emails) - await flushTests() - const overrideConfig = { smtp: { hostname: 'localhost' @@ -1297,7 +1295,7 @@ describe('Test users notifications', function () { }) }) - after(async function () { + after(function () { MockSmtpServer.Instance.kill() killallServers(servers) -- cgit v1.2.3