diff options
Diffstat (limited to 'server/tests/api/users/users.ts')
-rw-r--r-- | server/tests/api/users/users.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/tests/api/users/users.ts b/server/tests/api/users/users.ts index 13511e070..472ff511c 100644 --- a/server/tests/api/users/users.ts +++ b/server/tests/api/users/users.ts | |||
@@ -33,10 +33,10 @@ import { | |||
33 | updateUser, | 33 | updateUser, |
34 | uploadVideo, | 34 | uploadVideo, |
35 | userLogin | 35 | userLogin |
36 | } from '../../../../shared/utils' | 36 | } from '../../../../shared/extra-utils' |
37 | import { follow } from '../../../../shared/utils/server/follows' | 37 | import { follow } from '../../../../shared/extra-utils/server/follows' |
38 | import { setAccessTokensToServers } from '../../../../shared/utils/users/login' | 38 | import { setAccessTokensToServers } from '../../../../shared/extra-utils/users/login' |
39 | import { getMyVideos } from '../../../../shared/utils/videos/videos' | 39 | import { getMyVideos } from '../../../../shared/extra-utils/videos/videos' |
40 | import { UserAdminFlag } from '../../../../shared/models/users/user-flag.model' | 40 | import { UserAdminFlag } from '../../../../shared/models/users/user-flag.model' |
41 | 41 | ||
42 | const expect = chai.expect | 42 | const expect = chai.expect |