diff options
Diffstat (limited to 'server/tests/api/check-params/live.ts')
-rw-r--r-- | server/tests/api/check-params/live.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/server/tests/api/check-params/live.ts b/server/tests/api/check-params/live.ts index 0ef86a538..700b4724d 100644 --- a/server/tests/api/check-params/live.ts +++ b/server/tests/api/check-params/live.ts | |||
@@ -2,7 +2,6 @@ | |||
2 | 2 | ||
3 | import 'mocha' | 3 | import 'mocha' |
4 | import { omit } from 'lodash' | 4 | import { omit } from 'lodash' |
5 | import { HttpStatusCode } from '@shared/models' | ||
6 | import { | 5 | import { |
7 | buildAbsoluteFixturePath, | 6 | buildAbsoluteFixturePath, |
8 | cleanupTests, | 7 | cleanupTests, |
@@ -10,12 +9,12 @@ import { | |||
10 | LiveCommand, | 9 | LiveCommand, |
11 | makePostBodyRequest, | 10 | makePostBodyRequest, |
12 | makeUploadRequest, | 11 | makeUploadRequest, |
13 | sendRTMPStream, | ||
14 | PeerTubeServer, | 12 | PeerTubeServer, |
13 | sendRTMPStream, | ||
15 | setAccessTokensToServers, | 14 | setAccessTokensToServers, |
16 | stopFfmpeg | 15 | stopFfmpeg |
17 | } from '@shared/extra-utils' | 16 | } from '@shared/extra-utils' |
18 | import { VideoCreateResult, VideoPrivacy } from '@shared/models' | 17 | import { HttpStatusCode, VideoCreateResult, VideoPrivacy } from '@shared/models' |
19 | 18 | ||
20 | describe('Test video lives API validator', function () { | 19 | describe('Test video lives API validator', function () { |
21 | const path = '/api/v1/videos/live' | 20 | const path = '/api/v1/videos/live' |