diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/check-params/follows.ts | 13 | ||||
-rw-r--r-- | server/tests/api/index-slow.ts | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/server/tests/api/check-params/follows.ts b/server/tests/api/check-params/follows.ts index d742200c1..a215e7b1a 100644 --- a/server/tests/api/check-params/follows.ts +++ b/server/tests/api/check-params/follows.ts | |||
@@ -1,17 +1,16 @@ | |||
1 | /* tslint:disable:no-unused-expression */ | 1 | /* tslint:disable:no-unused-expression */ |
2 | 2 | ||
3 | import * as request from 'supertest' | ||
4 | import 'mocha' | 3 | import 'mocha' |
4 | import * as request from 'supertest' | ||
5 | 5 | ||
6 | import { | 6 | import { |
7 | ServerInfo, | ||
8 | flushTests, | ||
9 | runServer, | ||
10 | createUser, | 7 | createUser, |
11 | loginAndGetAccessToken, | 8 | flushTests, |
12 | setAccessTokensToServers, | ||
13 | killallServers, | 9 | killallServers, |
14 | makePostBodyRequest | 10 | loginAndGetAccessToken, |
11 | runServer, | ||
12 | ServerInfo, | ||
13 | setAccessTokensToServers | ||
15 | } from '../../utils' | 14 | } from '../../utils' |
16 | 15 | ||
17 | describe('Test server follows API validators', function () { | 16 | describe('Test server follows API validators', function () { |
diff --git a/server/tests/api/index-slow.ts b/server/tests/api/index-slow.ts index e554c25f8..b3c3d778c 100644 --- a/server/tests/api/index-slow.ts +++ b/server/tests/api/index-slow.ts | |||
@@ -1,3 +1,3 @@ | |||
1 | // Order of the tests we want to execute | 1 | // Order of the tests we want to execute |
2 | import './multiple-servers' | 2 | // import './multiple-servers' |
3 | import './video-transcoder' | 3 | import './video-transcoder' |