diff options
Diffstat (limited to 'server/tests/api/check-params/users.ts')
-rw-r--r-- | server/tests/api/check-params/users.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tests/api/check-params/users.ts b/server/tests/api/check-params/users.ts index 34fe309f9..9d8f933db 100644 --- a/server/tests/api/check-params/users.ts +++ b/server/tests/api/check-params/users.ts | |||
@@ -2,7 +2,6 @@ | |||
2 | 2 | ||
3 | import 'mocha' | 3 | import 'mocha' |
4 | import { omit } from 'lodash' | 4 | import { omit } from 'lodash' |
5 | import { HttpStatusCode } from '@shared/models' | ||
6 | import { | 5 | import { |
7 | buildAbsoluteFixturePath, | 6 | buildAbsoluteFixturePath, |
8 | checkBadCountPagination, | 7 | checkBadCountPagination, |
@@ -20,7 +19,7 @@ import { | |||
20 | setAccessTokensToServers, | 19 | setAccessTokensToServers, |
21 | UsersCommand | 20 | UsersCommand |
22 | } from '@shared/extra-utils' | 21 | } from '@shared/extra-utils' |
23 | import { UserAdminFlag, UserRole, VideoCreateResult } from '@shared/models' | 22 | import { HttpStatusCode, UserAdminFlag, UserRole, VideoCreateResult } from '@shared/models' |
24 | 23 | ||
25 | describe('Test users API validators', function () { | 24 | describe('Test users API validators', function () { |
26 | const path = '/api/v1/users/' | 25 | const path = '/api/v1/users/' |