diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-11 09:52:14 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-11 09:52:14 +0200 |
commit | c57ad141a9ffb67f8e7d087b92eaacd2b653b562 (patch) | |
tree | bddd5d4457cb9c922275cc1d8bb71cd88b1d0293 /server/tests/api/check-params/config.ts | |
parent | 784e2ad5c34bcfef36a3f69e9e9acd7cbb3d6428 (diff) | |
download | PeerTube-c57ad141a9ffb67f8e7d087b92eaacd2b653b562.tar.gz PeerTube-c57ad141a9ffb67f8e7d087b92eaacd2b653b562.tar.zst PeerTube-c57ad141a9ffb67f8e7d087b92eaacd2b653b562.zip |
Rename webtorrent config to web_videos
Diffstat (limited to 'server/tests/api/check-params/config.ts')
-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 | } |