aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-04-24 10:53:40 +0200
committerChocobozzz <me@florianbigard.com>2019-04-24 16:26:23 +0200
commit210feb6cc484a6c5c63c98f770de34e223f944cb (patch)
treed1d841892a7ac87ac0d434194597606a375aaed1 /server/tests/api/notifications
parent9cc8d43e37a61709e7275c2a799bdf976dd940ca (diff)
downloadPeerTube-210feb6cc484a6c5c63c98f770de34e223f944cb.tar.gz
PeerTube-210feb6cc484a6c5c63c98f770de34e223f944cb.tar.zst
PeerTube-210feb6cc484a6c5c63c98f770de34e223f944cb.zip
Cleanup tests
Diffstat (limited to 'server/tests/api/notifications')
-rw-r--r--server/tests/api/notifications/user-notifications.ts4
1 files changed, 1 insertions, 3 deletions
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 () {
112 112
113 await MockSmtpServer.Instance.collectEmails(emails) 113 await MockSmtpServer.Instance.collectEmails(emails)
114 114
115 await flushTests()
116
117 const overrideConfig = { 115 const overrideConfig = {
118 smtp: { 116 smtp: {
119 hostname: 'localhost' 117 hostname: 'localhost'
@@ -1297,7 +1295,7 @@ describe('Test users notifications', function () {
1297 }) 1295 })
1298 }) 1296 })
1299 1297
1300 after(async function () { 1298 after(function () {
1301 MockSmtpServer.Instance.kill() 1299 MockSmtpServer.Instance.kill()
1302 1300
1303 killallServers(servers) 1301 killallServers(servers)