diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-14 15:56:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-14 16:03:09 +0100 |
commit | 1d791a26de648d798df4ee1c04113baf7f1f3b4c (patch) | |
tree | 5625ae080768abbba47142dd23930c4f3d818dbf /server/tests/utils/videos/videos.ts | |
parent | e3a682a877a10833cb54ac3595e55110bda95647 (diff) | |
download | PeerTube-1d791a26de648d798df4ee1c04113baf7f1f3b4c.tar.gz PeerTube-1d791a26de648d798df4ee1c04113baf7f1f3b4c.tar.zst PeerTube-1d791a26de648d798df4ee1c04113baf7f1f3b4c.zip |
Support thumbnails in youtube import
Diffstat (limited to 'server/tests/utils/videos/videos.ts')
-rw-r--r-- | server/tests/utils/videos/videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/utils/videos/videos.ts b/server/tests/utils/videos/videos.ts index 9d4267db8..8e58f1f0c 100644 --- a/server/tests/utils/videos/videos.ts +++ b/server/tests/utils/videos/videos.ts | |||
@@ -3,7 +3,7 @@ | |||
3 | import { expect } from 'chai' | 3 | import { expect } from 'chai' |
4 | import { existsSync, readFile } from 'fs' | 4 | import { existsSync, readFile } from 'fs' |
5 | import * as parseTorrent from 'parse-torrent' | 5 | import * as parseTorrent from 'parse-torrent' |
6 | import { extname, isAbsolute, join } from 'path' | 6 | import { extname, join } from 'path' |
7 | import * as request from 'supertest' | 7 | import * as request from 'supertest' |
8 | import { | 8 | import { |
9 | buildAbsoluteFixturePath, | 9 | buildAbsoluteFixturePath, |