diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-06 11:45:24 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-06 11:45:24 +0200 |
commit | 2769e297ca6703f761f9b57792585eb1fc5aac49 (patch) | |
tree | 02969989eb6f19a3f4ca8d75b882199662fe00e1 /server/tests/api/videos/video-captions.ts | |
parent | 9484e1f6fcc9cbc118b01579acd1fd6d49bfce2e (diff) | |
download | PeerTube-2769e297ca6703f761f9b57792585eb1fc5aac49.tar.gz PeerTube-2769e297ca6703f761f9b57792585eb1fc5aac49.tar.zst PeerTube-2769e297ca6703f761f9b57792585eb1fc5aac49.zip |
Fix caption upload on Mac OS
Diffstat (limited to 'server/tests/api/videos/video-captions.ts')
-rw-r--r-- | server/tests/api/videos/video-captions.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-captions.ts b/server/tests/api/videos/video-captions.ts index eb73c5baf..ba9ebbdd6 100644 --- a/server/tests/api/videos/video-captions.ts +++ b/server/tests/api/videos/video-captions.ts | |||
@@ -56,7 +56,8 @@ describe('Test video captions', function () { | |||
56 | accessToken: servers[0].accessToken, | 56 | accessToken: servers[0].accessToken, |
57 | language: 'zh', | 57 | language: 'zh', |
58 | videoId: videoUUID, | 58 | videoId: videoUUID, |
59 | fixture: 'subtitle-good2.vtt' | 59 | fixture: 'subtitle-good2.vtt', |
60 | mimeType: 'application/octet-stream' | ||
60 | }) | 61 | }) |
61 | 62 | ||
62 | await waitJobs(servers) | 63 | await waitJobs(servers) |