X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Ftests%2Fapi%2Fobject-storage%2Flive.ts;h=3726a717bd74b3eca51c653e1319b581430649ae;hb=8dd754c76735417305c4b68e2ada6f623e9d7650;hp=d3e6777f2930b8e76dff3102dbd12fefb1d75538;hpb=dd6d2a7ce50e7ff02e00995ccc87f8f929ad9709;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/object-storage/live.ts b/server/tests/api/object-storage/live.ts index d3e6777f2..3726a717b 100644 --- a/server/tests/api/object-storage/live.ts +++ b/server/tests/api/object-storage/live.ts @@ -123,7 +123,7 @@ describe('Object storage for lives', function () { expect(video.streamingPlaylists).to.have.lengthOf(1) const files = video.streamingPlaylists[0].files - expect(files).to.have.lengthOf(4) + expect(files).to.have.lengthOf(5) await checkFiles(files) }