mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix peertube runner tests
This commit is contained in:
parent
75e7ded018
commit
f00d656ba1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user