diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-20 16:35:48 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-20 16:35:48 +0200 |
commit | 5c142a4bab955d2dbe831efd537c2fe52246db13 (patch) | |
tree | cca5f75aadb33eccbefe675cc1812af27f3eb6f1 /server/tests/cli/index.ts | |
parent | 00f9e41ebfaed4867e971bfb8042e3359eb67eda (diff) | |
download | PeerTube-5c142a4bab955d2dbe831efd537c2fe52246db13.tar.gz PeerTube-5c142a4bab955d2dbe831efd537c2fe52246db13.tar.zst PeerTube-5c142a4bab955d2dbe831efd537c2fe52246db13.zip |
Fix peertube script
Diffstat (limited to 'server/tests/cli/index.ts')
-rw-r--r-- | server/tests/cli/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/cli/index.ts b/server/tests/cli/index.ts index 33e33a070..6201314ce 100644 --- a/server/tests/cli/index.ts +++ b/server/tests/cli/index.ts | |||
@@ -1,6 +1,6 @@ | |||
1 | // Order of the tests we want to execute | 1 | // Order of the tests we want to execute |
2 | import './create-transcoding-job' | ||
3 | import './create-import-video-file-job' | 2 | import './create-import-video-file-job' |
3 | import './create-transcoding-job' | ||
4 | import './peertube' | 4 | import './peertube' |
5 | import './reset-password' | 5 | import './reset-password' |
6 | import './update-host' | 6 | import './update-host' |