diff options
author | Chocobozzz <me@florianbigard.com> | 2023-10-03 09:36:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-10-03 09:36:00 +0200 |
commit | 3601872153ee06a2b58b7fb45898e2b7acbb62ea (patch) | |
tree | 93899551498fc482c9c6585b0cc2ef6a6f71e1ce /packages | |
parent | 9864a0cae103ab5df127f68672fc3d6d363c46b7 (diff) | |
download | PeerTube-3601872153ee06a2b58b7fb45898e2b7acbb62ea.tar.gz PeerTube-3601872153ee06a2b58b7fb45898e2b7acbb62ea.tar.zst PeerTube-3601872153ee06a2b58b7fb45898e2b7acbb62ea.zip |
Support empty value returned by video get filter
Diffstat (limited to 'packages')
-rw-r--r-- | packages/tests/src/api/videos/video-source.ts | 2 |
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) |