diff options
Diffstat (limited to 'server/tests/api/videos/multiple-servers.ts')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 2 |
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 0c6508e71..2a943fe45 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts | |||
@@ -822,7 +822,7 @@ describe('Test multiple servers', function () { | |||
822 | .field('nsfw', 'false') | 822 | .field('nsfw', 'false') |
823 | .field('channelId', '1') | 823 | .field('channelId', '1') |
824 | 824 | ||
825 | const filePath = join(__dirname, '..', 'api', 'fixtures', 'video_short.webm') | 825 | const filePath = join(__dirname, '..', '..', 'api', 'fixtures', 'video_short.webm') |
826 | 826 | ||
827 | await req.attach('videofile', filePath) | 827 | await req.attach('videofile', filePath) |
828 | .expect(200) | 828 | .expect(200) |