diff options
Diffstat (limited to 'server/tests/api/check-params/follows.ts')
-rw-r--r-- | server/tests/api/check-params/follows.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/check-params/follows.ts b/server/tests/api/check-params/follows.ts index 5bb337682..e75631312 100644 --- a/server/tests/api/check-params/follows.ts +++ b/server/tests/api/check-params/follows.ts | |||
@@ -5,12 +5,12 @@ import 'mocha' | |||
5 | import { | 5 | import { |
6 | createUser, flushTests, killallServers, makeDeleteRequest, makePostBodyRequest, runServer, ServerInfo, setAccessTokensToServers, | 6 | createUser, flushTests, killallServers, makeDeleteRequest, makePostBodyRequest, runServer, ServerInfo, setAccessTokensToServers, |
7 | userLogin | 7 | userLogin |
8 | } from '../../../../shared/utils' | 8 | } from '../../../../shared/extra-utils' |
9 | import { | 9 | import { |
10 | checkBadCountPagination, | 10 | checkBadCountPagination, |
11 | checkBadSortPagination, | 11 | checkBadSortPagination, |
12 | checkBadStartPagination | 12 | checkBadStartPagination |
13 | } from '../../../../shared/utils/requests/check-api-params' | 13 | } from '../../../../shared/extra-utils/requests/check-api-params' |
14 | 14 | ||
15 | describe('Test server follows API validators', function () { | 15 | describe('Test server follows API validators', function () { |
16 | let server: ServerInfo | 16 | let server: ServerInfo |