Fix peertube runner tests

pull/6544/head
Chocobozzz 2024-08-06 11:15:05 +02:00
parent 75e7ded018
commit f00d656ba1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ describe('Test Live transcoding in peertube-runner program', function () {
expect(video.streamingPlaylists).to.have.lengthOf(1)
const files = video.streamingPlaylists[0].files
expect(files).to.have.lengthOf(5)
expect(files).to.have.lengthOf(6)
for (const file of files) {
if (objectStorage) {