]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix hls tests
authorChocobozzz <me@florianbigard.com>
Tue, 2 Feb 2021 09:07:46 +0000 (10:07 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 2 Feb 2021 09:07:46 +0000 (10:07 +0100)
server/tests/api/videos/video-hls.ts

index d1720d0d9781af55af1aa023704c1011bcb98421..db551dd9e9a8fe612dc94a718e0d7fcd9c76fcfa 100644 (file)
@@ -123,7 +123,7 @@ describe('Test HLS videos', function () {
 
       await waitJobs(servers)
 
-      await checkHlsPlaylist(servers, videoAudioUUID, hlsOnly, [ DEFAULT_AUDIO_RESOLUTION ])
+      await checkHlsPlaylist(servers, videoAudioUUID, hlsOnly, [ DEFAULT_AUDIO_RESOLUTION, 360, 240 ])
     })
 
     it('Should update the video', async function () {