aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications/moderation-notifications.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-09-27 16:19:36 +0200
committerChocobozzz <me@florianbigard.com>2022-09-27 16:19:36 +0200
commit2b32c5b37e0b10261a108cc7c23b72d64f806576 (patch)
treef7977ac5d198802a13826a7faf37a15eb45c09c8 /server/tests/api/notifications/moderation-notifications.ts
parentaca96f8007a5be97b7cfa36e3fee0b7003b1bcf5 (diff)
downloadPeerTube-2b32c5b37e0b10261a108cc7c23b72d64f806576.tar.gz
PeerTube-2b32c5b37e0b10261a108cc7c23b72d64f806576.tar.zst
PeerTube-2b32c5b37e0b10261a108cc7c23b72d64f806576.zip
Fix InvalidVideoTitle console warning
Diffstat (limited to 'server/tests/api/notifications/moderation-notifications.ts')
-rw-r--r--server/tests/api/notifications/moderation-notifications.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/notifications/moderation-notifications.ts b/server/tests/api/notifications/moderation-notifications.ts
index ad991210e..d8a7d576e 100644
--- a/server/tests/api/notifications/moderation-notifications.ts
+++ b/server/tests/api/notifications/moderation-notifications.ts
@@ -601,7 +601,7 @@ describe('Test moderation notifications', function () {
601 }) 601 })
602 602
603 it('Should not send a notification to moderators on new video without auto-blacklist', async function () { 603 it('Should not send a notification to moderators on new video without auto-blacklist', async function () {
604 this.timeout(60000) 604 this.timeout(120000)
605 605
606 const name = 'video without auto-blacklist ' + buildUUID() 606 const name = 'video without auto-blacklist ' + buildUUID()
607 607