diff options
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r-- | server/tests/api/check-params/config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index 7f825f79e..80b616ccf 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts | |||
@@ -126,7 +126,7 @@ describe('Test config API validators', function () { | |||
126 | '2160p': false | 126 | '2160p': false |
127 | }, | 127 | }, |
128 | alwaysTranscodeOriginalResolution: false, | 128 | alwaysTranscodeOriginalResolution: false, |
129 | webtorrent: { | 129 | webVideos: { |
130 | enabled: true | 130 | enabled: true |
131 | }, | 131 | }, |
132 | hls: { | 132 | hls: { |
@@ -353,7 +353,7 @@ describe('Test config API validators', function () { | |||
353 | hls: { | 353 | hls: { |
354 | enabled: false | 354 | enabled: false |
355 | }, | 355 | }, |
356 | webtorrent: { | 356 | web_videos: { |
357 | enabled: false | 357 | enabled: false |
358 | } | 358 | } |
359 | } | 359 | } |