aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-02 10:07:46 +0100
committerChocobozzz <me@florianbigard.com>2021-02-02 10:07:46 +0100
commit657bba2b29715f654264422d868e3e661bbdf895 (patch)
tree5cfd7913201ba3f45fc28a15c2f4d58da3adb641 /server/tests
parent40930fda8615a9e0196e99602419cb74dda75e02 (diff)
downloadPeerTube-657bba2b29715f654264422d868e3e661bbdf895.tar.gz
PeerTube-657bba2b29715f654264422d868e3e661bbdf895.tar.zst
PeerTube-657bba2b29715f654264422d868e3e661bbdf895.zip
Fix hls tests
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/videos/video-hls.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-hls.ts b/server/tests/api/videos/video-hls.ts
index d1720d0d9..db551dd9e 100644
--- a/server/tests/api/videos/video-hls.ts
+++ b/server/tests/api/videos/video-hls.ts
@@ -123,7 +123,7 @@ describe('Test HLS videos', function () {
123 123
124 await waitJobs(servers) 124 await waitJobs(servers)
125 125
126 await checkHlsPlaylist(servers, videoAudioUUID, hlsOnly, [ DEFAULT_AUDIO_RESOLUTION ]) 126 await checkHlsPlaylist(servers, videoAudioUUID, hlsOnly, [ DEFAULT_AUDIO_RESOLUTION, 360, 240 ])
127 }) 127 })
128 128
129 it('Should update the video', async function () { 129 it('Should update the video', async function () {