diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-11 14:28:17 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-11 14:29:41 +0200 |
commit | 76062d9f96e06a23a2efc8a727ea9c5394d21466 (patch) | |
tree | 20d3742a6fd5f22be325b07a711913280adf824f /server/tests/api | |
parent | 74dc3bca2b14f5fd3fe80c394dfc34177a46db77 (diff) | |
download | PeerTube-76062d9f96e06a23a2efc8a727ea9c5394d21466.tar.gz PeerTube-76062d9f96e06a23a2efc8a727ea9c5394d21466.tar.zst PeerTube-76062d9f96e06a23a2efc8a727ea9c5394d21466.zip |
Try to improve server tests compilation speed
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/activitypub/security.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tests/api/activitypub/security.ts b/server/tests/api/activitypub/security.ts index a92326846..2c55876ba 100644 --- a/server/tests/api/activitypub/security.ts +++ b/server/tests/api/activitypub/security.ts | |||
@@ -7,8 +7,6 @@ import { | |||
7 | flushAndRunMultipleServers, | 7 | flushAndRunMultipleServers, |
8 | flushTests, | 8 | flushTests, |
9 | killallServers, | 9 | killallServers, |
10 | makeFollowRequest, | ||
11 | makePOSTAPRequest, | ||
12 | ServerInfo, | 10 | ServerInfo, |
13 | setActorField | 11 | setActorField |
14 | } from '../../../../shared/utils' | 12 | } from '../../../../shared/utils' |
@@ -16,6 +14,7 @@ import { HTTP_SIGNATURE } from '../../../initializers/constants' | |||
16 | import { buildDigest, buildGlobalHeaders } from '../../../lib/job-queue/handlers/utils/activitypub-http-utils' | 14 | import { buildDigest, buildGlobalHeaders } from '../../../lib/job-queue/handlers/utils/activitypub-http-utils' |
17 | import * as chai from 'chai' | 15 | import * as chai from 'chai' |
18 | import { activityPubContextify, buildSignedActivity } from '../../../helpers/activitypub' | 16 | import { activityPubContextify, buildSignedActivity } from '../../../helpers/activitypub' |
17 | import { makeFollowRequest, makePOSTAPRequest } from '../../../../shared/utils/requests/activitypub' | ||
19 | 18 | ||
20 | const expect = chai.expect | 19 | const expect = chai.expect |
21 | 20 | ||