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.ts4
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'
5import { 5import {
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'
9import { 9import {
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
15describe('Test server follows API validators', function () { 15describe('Test server follows API validators', function () {
16 let server: ServerInfo 16 let server: ServerInfo