diff options
Diffstat (limited to 'server/tests/api/live')
-rw-r--r-- | server/tests/api/live/live-constraints.ts | 2 | ||||
-rw-r--r-- | server/tests/api/live/live.ts | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/server/tests/api/live/live-constraints.ts b/server/tests/api/live/live-constraints.ts index 4acde3cc5..6a6a11796 100644 --- a/server/tests/api/live/live-constraints.ts +++ b/server/tests/api/live/live-constraints.ts | |||
@@ -168,7 +168,7 @@ describe('Test live constraints', function () { | |||
168 | await waitUntilLivePublishedOnAllServers(userVideoLiveoId) | 168 | await waitUntilLivePublishedOnAllServers(userVideoLiveoId) |
169 | await waitJobs(servers) | 169 | await waitJobs(servers) |
170 | 170 | ||
171 | await checkSaveReplay(userVideoLiveoId, [ 720, 480, 360, 240 ]) | 171 | await checkSaveReplay(userVideoLiveoId, [ 720, 480, 360, 240, 144 ]) |
172 | }) | 172 | }) |
173 | 173 | ||
174 | after(async function () { | 174 | after(async function () { |
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 0b405dd94..619602d0b 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -421,6 +421,7 @@ describe('Test live', function () { | |||
421 | transcoding: { | 421 | transcoding: { |
422 | enabled: true, | 422 | enabled: true, |
423 | resolutions: { | 423 | resolutions: { |
424 | '144p': resolutions.includes(144), | ||
424 | '240p': resolutions.includes(240), | 425 | '240p': resolutions.includes(240), |
425 | '360p': resolutions.includes(360), | 426 | '360p': resolutions.includes(360), |
426 | '480p': resolutions.includes(480), | 427 | '480p': resolutions.includes(480), |