From 79d5caf994edd87ad721994490f10677be277497 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 17 Nov 2017 15:52:26 +0100 Subject: Fix lint --- server/tests/api/check-params/follows.ts | 13 ++++++------- server/tests/api/index-slow.ts | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'server/tests') 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 @@ /* tslint:disable:no-unused-expression */ -import * as request from 'supertest' import 'mocha' +import * as request from 'supertest' import { - ServerInfo, - flushTests, - runServer, createUser, - loginAndGetAccessToken, - setAccessTokensToServers, + flushTests, killallServers, - makePostBodyRequest + loginAndGetAccessToken, + runServer, + ServerInfo, + setAccessTokensToServers } from '../../utils' 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 @@ // Order of the tests we want to execute -import './multiple-servers' +// import './multiple-servers' import './video-transcoder' -- cgit v1.2.3