aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/video-channels.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/video-channels.ts')
-rw-r--r--server/tests/api/check-params/video-channels.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/check-params/video-channels.ts b/server/tests/api/check-params/video-channels.ts
index b72fc4220..b6aa745ab 100644
--- a/server/tests/api/check-params/video-channels.ts
+++ b/server/tests/api/check-params/video-channels.ts
@@ -20,12 +20,12 @@ import {
20 ServerInfo, 20 ServerInfo,
21 setAccessTokensToServers, 21 setAccessTokensToServers,
22 userLogin 22 userLogin
23} from '../../../../shared/utils' 23} from '../../../../shared/extra-utils'
24import { 24import {
25 checkBadCountPagination, 25 checkBadCountPagination,
26 checkBadSortPagination, 26 checkBadSortPagination,
27 checkBadStartPagination 27 checkBadStartPagination
28} from '../../../../shared/utils/requests/check-api-params' 28} from '../../../../shared/extra-utils/requests/check-api-params'
29import { User } from '../../../../shared/models/users' 29import { User } from '../../../../shared/models/users'
30import { join } from 'path' 30import { join } from 'path'
31 31