diff options
Diffstat (limited to 'server/tests/api/check-params/config.ts')
-rw-r--r-- | server/tests/api/check-params/config.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index 8155e11ab..a0d9392dc 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts | |||
@@ -66,7 +66,8 @@ describe('Test config API validators', function () { | |||
66 | '360p': true, | 66 | '360p': true, |
67 | '480p': true, | 67 | '480p': true, |
68 | '720p': false, | 68 | '720p': false, |
69 | '1080p': false | 69 | '1080p': false, |
70 | '2160p': false | ||
70 | }, | 71 | }, |
71 | hls: { | 72 | hls: { |
72 | enabled: false | 73 | enabled: false |