aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r--server/tests/api/videos/audio-only.ts1
-rw-r--r--server/tests/api/videos/video-hls.ts1
2 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/videos/audio-only.ts b/server/tests/api/videos/audio-only.ts
index 294a00112..7ddbd5cd9 100644
--- a/server/tests/api/videos/audio-only.ts
+++ b/server/tests/api/videos/audio-only.ts
@@ -36,6 +36,7 @@ describe('Test audio only video transcoding', function () {
36 '480p': false, 36 '480p': false,
37 '720p': false, 37 '720p': false,
38 '1080p': false, 38 '1080p': false,
39 '1440p': false,
39 '2160p': false 40 '2160p': false
40 }, 41 },
41 hls: { 42 hls: {
diff --git a/server/tests/api/videos/video-hls.ts b/server/tests/api/videos/video-hls.ts
index f3dbbb114..d1720d0d9 100644
--- a/server/tests/api/videos/video-hls.ts
+++ b/server/tests/api/videos/video-hls.ts
@@ -202,6 +202,7 @@ describe('Test HLS videos', function () {
202 '480p': true, 202 '480p': true,
203 '720p': true, 203 '720p': true,
204 '1080p': true, 204 '1080p': true,
205 '1440p': true,
205 '2160p': true 206 '2160p': true
206 }, 207 },
207 hls: { 208 hls: {