aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications/user-notifications.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-19 14:59:15 +0200
committerChocobozzz <me@florianbigard.com>2023-05-19 15:05:32 +0200
commitd1c64fd970fc236b9ba01ac944659051e9e04a99 (patch)
tree2ee2b40bf1e140b1eec71bfa8f97a4c76399abf9 /server/tests/api/notifications/user-notifications.ts
parent26818a73ba0d7fd53ca69eba0c8e525f3670b5a8 (diff)
downloadPeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.tar.gz
PeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.tar.zst
PeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.zip
Fix missing wait jobs
Diffstat (limited to 'server/tests/api/notifications/user-notifications.ts')
-rw-r--r--server/tests/api/notifications/user-notifications.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts
index 7a8a234c2..55da10265 100644
--- a/server/tests/api/notifications/user-notifications.ts
+++ b/server/tests/api/notifications/user-notifications.ts
@@ -484,7 +484,7 @@ describe('Test user notifications', function () {
484 const myChannelName = 'super channel name' 484 const myChannelName = 'super channel name'
485 const myUserName = 'super user name' 485 const myUserName = 'super user name'
486 486
487 before(async () => { 487 before(async function () {
488 baseParams = { 488 baseParams = {
489 server: servers[0], 489 server: servers[0],
490 emails, 490 emails,