diff options
author | Chocobozzz <me@florianbigard.com> | 2018-12-11 09:16:41 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-12-11 09:18:02 +0100 |
commit | 8923187455c5aa7167d813c5c745d3857f183fd7 (patch) | |
tree | b1419f01b100f84edc851bd17a728d88e878341b /shared/utils/videos | |
parent | 9f8ca79284f93693c734dd4b9a27b471017fc441 (diff) | |
download | PeerTube-8923187455c5aa7167d813c5c745d3857f183fd7.tar.gz PeerTube-8923187455c5aa7167d813c5c745d3857f183fd7.tar.zst PeerTube-8923187455c5aa7167d813c5c745d3857f183fd7.zip |
Add test regarding tmp directory
Diffstat (limited to 'shared/utils/videos')
-rw-r--r-- | shared/utils/videos/videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/utils/videos/videos.ts b/shared/utils/videos/videos.ts index f5fcc6a8a..0cf6e7c4f 100644 --- a/shared/utils/videos/videos.ts +++ b/shared/utils/videos/videos.ts | |||
@@ -271,7 +271,7 @@ function removeVideo (url: string, token: string, id: number | string, expectedS | |||
271 | async function checkVideoFilesWereRemoved ( | 271 | async function checkVideoFilesWereRemoved ( |
272 | videoUUID: string, | 272 | videoUUID: string, |
273 | serverNumber: number, | 273 | serverNumber: number, |
274 | directories = [ 'videos', 'thumbnails', 'torrents', 'previews', 'captions' ] | 274 | directories = [ 'redundancy', 'videos', 'thumbnails', 'torrents', 'previews', 'captions' ] |
275 | ) { | 275 | ) { |
276 | const testDirectory = 'test' + serverNumber | 276 | const testDirectory = 'test' + serverNumber |
277 | 277 | ||