diff options
Diffstat (limited to 'server/tests/api/moderation')
-rw-r--r-- | server/tests/api/moderation/blocklist-notification.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/moderation/blocklist-notification.ts b/server/tests/api/moderation/blocklist-notification.ts index 87d147998..265477f57 100644 --- a/server/tests/api/moderation/blocklist-notification.ts +++ b/server/tests/api/moderation/blocklist-notification.ts | |||
@@ -23,7 +23,7 @@ async function checkNotifications (server: PeerTubeServer, token: string, expect | |||
23 | } | 23 | } |
24 | } | 24 | } |
25 | 25 | ||
26 | describe('Test blocklist', function () { | 26 | describe('Test blocklist notifications', function () { |
27 | let servers: PeerTubeServer[] | 27 | let servers: PeerTubeServer[] |
28 | let videoUUID: string | 28 | let videoUUID: string |
29 | 29 | ||