aboutsummaryrefslogtreecommitdiffhomepage
path: root/packages/tests/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-10-03 09:36:00 +0200
committerChocobozzz <me@florianbigard.com>2023-10-03 09:36:00 +0200
commit3601872153ee06a2b58b7fb45898e2b7acbb62ea (patch)
tree93899551498fc482c9c6585b0cc2ef6a6f71e1ce /packages/tests/src
parent9864a0cae103ab5df127f68672fc3d6d363c46b7 (diff)
downloadPeerTube-3601872153ee06a2b58b7fb45898e2b7acbb62ea.tar.gz
PeerTube-3601872153ee06a2b58b7fb45898e2b7acbb62ea.tar.zst
PeerTube-3601872153ee06a2b58b7fb45898e2b7acbb62ea.zip
Support empty value returned by video get filter
Diffstat (limited to 'packages/tests/src')
-rw-r--r--packages/tests/src/api/videos/video-source.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tests/src/api/videos/video-source.ts b/packages/tests/src/api/videos/video-source.ts
index efe8c3802..cbde5c4b2 100644
--- a/packages/tests/src/api/videos/video-source.ts
+++ b/packages/tests/src/api/videos/video-source.ts
@@ -317,7 +317,7 @@ describe('Test a video file replacement', function () {
317 }) 317 })
318 318
319 it('Should not auto blacklist if auto blacklist has been disabled between the upload and the replacement', async function () { 319 it('Should not auto blacklist if auto blacklist has been disabled between the upload and the replacement', async function () {
320 this.timeout(120000) 320 this.timeout(240000)
321 321
322 const { uuid } = await servers[0].videos.quickUpload({ token: userToken, name: 'user video' }) 322 const { uuid } = await servers[0].videos.quickUpload({ token: userToken, name: 'user video' })
323 await waitJobs(servers) 323 await waitJobs(servers)