Fix hls tests

This commit is contained in:
Chocobozzz 2021-02-02 10:07:46 +01:00
parent 40930fda86
commit 657bba2b29
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ describe('Test HLS videos', function () {
await waitJobs(servers) 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 () { it('Should update the video', async function () {