aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/follows.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/follows.ts')
-rw-r--r--server/tests/api/check-params/follows.ts13
1 files changed, 6 insertions, 7 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
3import * as request from 'supertest'
4import 'mocha' 3import 'mocha'
4import * as request from 'supertest'
5 5
6import { 6import {
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
17describe('Test server follows API validators', function () { 16describe('Test server follows API validators', function () {