diff options
Diffstat (limited to 'server/tests/api/check-params')
-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 d3ae5fe0a..e6309b5f7 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts | |||
@@ -87,6 +87,7 @@ describe('Test config API validators', function () { | |||
87 | allowAdditionalExtensions: true, | 87 | allowAdditionalExtensions: true, |
88 | allowAudioFiles: true, | 88 | allowAudioFiles: true, |
89 | threads: 1, | 89 | threads: 1, |
90 | profile: 'vod_profile', | ||
90 | resolutions: { | 91 | resolutions: { |
91 | '0p': false, | 92 | '0p': false, |
92 | '240p': false, | 93 | '240p': false, |
@@ -115,6 +116,7 @@ describe('Test config API validators', function () { | |||
115 | transcoding: { | 116 | transcoding: { |
116 | enabled: true, | 117 | enabled: true, |
117 | threads: 4, | 118 | threads: 4, |
119 | profile: 'live_profile', | ||
118 | resolutions: { | 120 | resolutions: { |
119 | '240p': true, | 121 | '240p': true, |
120 | '360p': true, | 122 | '360p': true, |