diff options
Diffstat (limited to 'server/tests/api/check-params/my-user.ts')
-rw-r--r-- | server/tests/api/check-params/my-user.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/my-user.ts b/server/tests/api/check-params/my-user.ts index d35284d60..c8ac71476 100644 --- a/server/tests/api/check-params/my-user.ts +++ b/server/tests/api/check-params/my-user.ts | |||
@@ -15,7 +15,7 @@ import { | |||
15 | PeerTubeServer, | 15 | PeerTubeServer, |
16 | setAccessTokensToServers, | 16 | setAccessTokensToServers, |
17 | UsersCommand | 17 | UsersCommand |
18 | } from '@shared/extra-utils' | 18 | } from '@shared/server-commands' |
19 | import { HttpStatusCode, UserRole, VideoCreateResult } from '@shared/models' | 19 | import { HttpStatusCode, UserRole, VideoCreateResult } from '@shared/models' |
20 | 20 | ||
21 | describe('Test my user API validators', function () { | 21 | describe('Test my user API validators', function () { |