diff options
Diffstat (limited to 'server/tests/api/videos/video-nsfw.ts')
-rw-r--r-- | server/tests/api/videos/video-nsfw.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/server/tests/api/videos/video-nsfw.ts b/server/tests/api/videos/video-nsfw.ts index c9c3792eb..a30b11ace 100644 --- a/server/tests/api/videos/video-nsfw.ts +++ b/server/tests/api/videos/video-nsfw.ts | |||
@@ -15,8 +15,7 @@ import { | |||
15 | ServerInfo, | 15 | ServerInfo, |
16 | setAccessTokensToServers, | 16 | setAccessTokensToServers, |
17 | updateMyUser, | 17 | updateMyUser, |
18 | uploadVideo, | 18 | uploadVideo |
19 | userLogin | ||
20 | } from '@shared/extra-utils' | 19 | } from '@shared/extra-utils' |
21 | import { BooleanBothQuery, CustomConfig, ResultList, User, Video, VideosOverview } from '@shared/models' | 20 | import { BooleanBothQuery, CustomConfig, ResultList, User, Video, VideosOverview } from '@shared/models' |
22 | 21 | ||
@@ -151,7 +150,7 @@ describe('Test video NSFW policy', function () { | |||
151 | const password = 'my super password' | 150 | const password = 'my super password' |
152 | await createUser({ url: server.url, accessToken: server.accessToken, username: username, password: password }) | 151 | await createUser({ url: server.url, accessToken: server.accessToken, username: username, password: password }) |
153 | 152 | ||
154 | userAccessToken = await userLogin(server, { username, password }) | 153 | userAccessToken = await server.loginCommand.getAccessToken({ username, password }) |
155 | 154 | ||
156 | const res = await getMyUserInformation(server.url, userAccessToken) | 155 | const res = await getMyUserInformation(server.url, userAccessToken) |
157 | const user = res.body | 156 | const user = res.body |