aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/live')
-rw-r--r--server/tests/api/live/live.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts
index d0586499b..23f8d2be1 100644
--- a/server/tests/api/live/live.ts
+++ b/server/tests/api/live/live.ts
@@ -430,6 +430,8 @@ describe('Test live', function () {
430 expect(video.files).to.have.lengthOf(0) 430 expect(video.files).to.have.lengthOf(0)
431 431
432 const hlsPlaylist = video.streamingPlaylists.find(s => s.type === VideoStreamingPlaylistType.HLS) 432 const hlsPlaylist = video.streamingPlaylists.find(s => s.type === VideoStreamingPlaylistType.HLS)
433 await makeRawRequest(hlsPlaylist.playlistUrl, 200)
434 await makeRawRequest(hlsPlaylist.segmentsSha256Url, 200)
433 435
434 expect(hlsPlaylist.files).to.have.lengthOf(resolutions.length) 436 expect(hlsPlaylist.files).to.have.lengthOf(resolutions.length)
435 437