diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-27 15:45:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-27 15:45:04 +0200 |
commit | 50cc1ee48aacb6e7d6513c0f108492a589b515ea (patch) | |
tree | c4b634c6aa30d60daefc9952242260a55bf52577 /server/tests/api/moderation | |
parent | bfcaa9c1947304c9f90843bc288d3d8f64a71097 (diff) | |
download | PeerTube-50cc1ee48aacb6e7d6513c0f108492a589b515ea.tar.gz PeerTube-50cc1ee48aacb6e7d6513c0f108492a589b515ea.tar.zst PeerTube-50cc1ee48aacb6e7d6513c0f108492a589b515ea.zip |
Fix process follow
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 | ||