From 59651eee5600839cdc62911a211d61457d8456b7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 28 Dec 2017 17:25:10 +0100 Subject: Fix videos tests --- server/tests/api/videos/multiple-servers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/videos/multiple-servers.ts') 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 () { .field('nsfw', 'false') .field('channelId', '1') - const filePath = join(__dirname, '..', 'api', 'fixtures', 'video_short.webm') + const filePath = join(__dirname, '..', '..', 'api', 'fixtures', 'video_short.webm') await req.attach('videofile', filePath) .expect(200) -- cgit v1.2.3