diff options
Diffstat (limited to 'server/tests/api/notifications/moderation-notifications.ts')
-rw-r--r-- | server/tests/api/notifications/moderation-notifications.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/notifications/moderation-notifications.ts b/server/tests/api/notifications/moderation-notifications.ts index d80de821e..e7a5c47e9 100644 --- a/server/tests/api/notifications/moderation-notifications.ts +++ b/server/tests/api/notifications/moderation-notifications.ts | |||
@@ -331,7 +331,7 @@ describe('Test moderation notifications', function () { | |||
331 | let config: any | 331 | let config: any |
332 | let baseParams: CheckerBaseParams | 332 | let baseParams: CheckerBaseParams |
333 | 333 | ||
334 | before(async () => { | 334 | before(async function () { |
335 | baseParams = { | 335 | baseParams = { |
336 | server: servers[0], | 336 | server: servers[0], |
337 | emails, | 337 | emails, |
@@ -427,7 +427,7 @@ describe('Test moderation notifications', function () { | |||
427 | let videoName: string | 427 | let videoName: string |
428 | let currentCustomConfig: CustomConfig | 428 | let currentCustomConfig: CustomConfig |
429 | 429 | ||
430 | before(async () => { | 430 | before(async function () { |
431 | 431 | ||
432 | adminBaseParamsServer1 = { | 432 | adminBaseParamsServer1 = { |
433 | server: servers[0], | 433 | server: servers[0], |