diff options
Diffstat (limited to 'server/tests/api/check-params/config.ts')
-rw-r--r-- | server/tests/api/check-params/config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index 273b1f718..d0cd7722b 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts | |||
@@ -93,6 +93,7 @@ describe('Test config API validators', function () { | |||
93 | profile: 'vod_profile', | 93 | profile: 'vod_profile', |
94 | resolutions: { | 94 | resolutions: { |
95 | '0p': false, | 95 | '0p': false, |
96 | '144p': false, | ||
96 | '240p': false, | 97 | '240p': false, |
97 | '360p': true, | 98 | '360p': true, |
98 | '480p': true, | 99 | '480p': true, |
@@ -121,6 +122,7 @@ describe('Test config API validators', function () { | |||
121 | threads: 4, | 122 | threads: 4, |
122 | profile: 'live_profile', | 123 | profile: 'live_profile', |
123 | resolutions: { | 124 | resolutions: { |
125 | '144p': true, | ||
124 | '240p': true, | 126 | '240p': true, |
125 | '360p': true, | 127 | '360p': true, |
126 | '480p': true, | 128 | '480p': true, |