aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/multiple-servers.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-07 09:48:10 +0200
committerChocobozzz <me@florianbigard.com>2018-06-07 09:57:35 +0200
commit99d103019c76c517ba607a0fab8022aa6d08ef2e (patch)
tree7132bede03e32ab27d0f43de024b2080b473454f /server/tests/api/videos/multiple-servers.ts
parent28be89161aab245526d64f6fb7dd29391a97fe0a (diff)
downloadPeerTube-99d103019c76c517ba607a0fab8022aa6d08ef2e.tar.gz
PeerTube-99d103019c76c517ba607a0fab8022aa6d08ef2e.tar.zst
PeerTube-99d103019c76c517ba607a0fab8022aa6d08ef2e.zip
Move fixtures in tests/
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)