diff options
Diffstat (limited to 'server/tests/api/live/live.ts')
-rw-r--r-- | server/tests/api/live/live.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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), |