diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-17 15:52:26 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-27 19:40:52 +0100 |
commit | 79d5caf994edd87ad721994490f10677be277497 (patch) | |
tree | 0db45893d8b78e34ce3d59849d0a331977a63d4b /server/tests/api/check-params/follows.ts | |
parent | 572f8d3dba44ba874f5c51023214273e3f5b643c (diff) | |
download | PeerTube-79d5caf994edd87ad721994490f10677be277497.tar.gz PeerTube-79d5caf994edd87ad721994490f10677be277497.tar.zst PeerTube-79d5caf994edd87ad721994490f10677be277497.zip |
Fix lint
Diffstat (limited to 'server/tests/api/check-params/follows.ts')
-rw-r--r-- | server/tests/api/check-params/follows.ts | 13 |
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 | ||
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 () { |