aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/video-transcoder.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/video-transcoder.ts')
-rw-r--r--server/tests/api/video-transcoder.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/server/tests/api/video-transcoder.ts b/server/tests/api/video-transcoder.ts
index cafcc037d..e80b099d1 100644
--- a/server/tests/api/video-transcoder.ts
+++ b/server/tests/api/video-transcoder.ts
@@ -33,8 +33,8 @@ describe('Test video transcoding', function () {
33 this.timeout(60000) 33 this.timeout(60000)
34 34
35 const videoAttributes = { 35 const videoAttributes = {
36 name: 'my super name for pod 1', 36 name: 'my super name for server 1',
37 description: 'my super description for pod 1', 37 description: 'my super description for server 1',
38 fixture: 'video_short.webm' 38 fixture: 'video_short.webm'
39 } 39 }
40 await uploadVideo(servers[0].url, servers[0].accessToken, videoAttributes) 40 await uploadVideo(servers[0].url, servers[0].accessToken, videoAttributes)
@@ -61,8 +61,8 @@ describe('Test video transcoding', function () {
61 this.timeout(60000) 61 this.timeout(60000)
62 62
63 const videoAttributes = { 63 const videoAttributes = {
64 name: 'my super name for pod 2', 64 name: 'my super name for server 2',
65 description: 'my super description for pod 2', 65 description: 'my super description for server 2',
66 fixture: 'video_short.webm' 66 fixture: 'video_short.webm'
67 } 67 }
68 await uploadVideo(servers[1].url, servers[1].accessToken, videoAttributes) 68 await uploadVideo(servers[1].url, servers[1].accessToken, videoAttributes)