Fix hls tests

This commit is contained in:
Chocobozzz
2021-02-02 10:07:46 +01:00
parent 40930fda86
commit 657bba2b29

View 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 () {