aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/multiple-servers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/videos/multiple-servers.ts')
-rw-r--r--server/tests/api/videos/multiple-servers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts
index fc7c0cb21..5f9a76621 100644
--- a/server/tests/api/videos/multiple-servers.ts
+++ b/server/tests/api/videos/multiple-servers.ts
@@ -938,7 +938,7 @@ describe('Test multiple servers', function () {
938 .field('channelId', '1') 938 .field('channelId', '1')
939 .field('commentsEnabled', 'true') 939 .field('commentsEnabled', 'true')
940 940
941 const filePath = join(__dirname, '..', '..', 'api', 'fixtures', 'video_short.webm') 941 const filePath = join(__dirname, '..', '..', 'fixtures', 'video_short.webm')
942 942
943 await req.attach('videofile', filePath) 943 await req.attach('videofile', filePath)
944 .expect(200) 944 .expect(200)