diff options
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/transcoding/create-transcoding.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/transcoding/create-transcoding.ts b/server/tests/api/transcoding/create-transcoding.ts index 85389a949..5483c8dba 100644 --- a/server/tests/api/transcoding/create-transcoding.ts +++ b/server/tests/api/transcoding/create-transcoding.ts | |||
@@ -226,7 +226,7 @@ function runTests (objectStorage: boolean) { | |||
226 | const resolutions = hlsPlaylist.files.map(f => f.resolution.id) | 226 | const resolutions = hlsPlaylist.files.map(f => f.resolution.id) |
227 | await checkResolutionsInMasterPlaylist({ server: servers[0], playlistUrl: hlsPlaylist.playlistUrl, resolutions }) | 227 | await checkResolutionsInMasterPlaylist({ server: servers[0], playlistUrl: hlsPlaylist.playlistUrl, resolutions }) |
228 | 228 | ||
229 | const shaBody = await servers[0].streamingPlaylists.getSegmentSha256({ url: hlsPlaylist.segmentsSha256Url }) | 229 | const shaBody = await servers[0].streamingPlaylists.getSegmentSha256({ url: hlsPlaylist.segmentsSha256Url, withRetry: true }) |
230 | expect(Object.keys(shaBody)).to.have.lengthOf(5) | 230 | expect(Object.keys(shaBody)).to.have.lengthOf(5) |
231 | } | 231 | } |
232 | } | 232 | } |