Fix hls tests
This commit is contained in:
parent
40930fda86
commit
657bba2b29
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue