diff options
Diffstat (limited to 'server/tests/api/videos/video-channels.ts')
-rw-r--r-- | server/tests/api/videos/video-channels.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/tests/api/videos/video-channels.ts b/server/tests/api/videos/video-channels.ts index e441ebbd4..83645640c 100644 --- a/server/tests/api/videos/video-channels.ts +++ b/server/tests/api/videos/video-channels.ts | |||
@@ -16,7 +16,6 @@ import { | |||
16 | testImage, | 16 | testImage, |
17 | updateVideo, | 17 | updateVideo, |
18 | uploadVideo, | 18 | uploadVideo, |
19 | userLogin, | ||
20 | wait | 19 | wait |
21 | } from '../../../../shared/extra-utils' | 20 | } from '../../../../shared/extra-utils' |
22 | import { getMyUserInformation, ServerInfo, setAccessTokensToServers, viewVideo } from '../../../../shared/extra-utils/index' | 21 | import { getMyUserInformation, ServerInfo, setAccessTokensToServers, viewVideo } from '../../../../shared/extra-utils/index' |
@@ -391,7 +390,7 @@ describe('Test video channels', function () { | |||
391 | 390 | ||
392 | { | 391 | { |
393 | await createUser({ url: servers[0].url, accessToken: servers[0].accessToken, username: 'toto', password: 'password' }) | 392 | await createUser({ url: servers[0].url, accessToken: servers[0].accessToken, username: 'toto', password: 'password' }) |
394 | const accessToken = await userLogin(servers[0], { username: 'toto', password: 'password' }) | 393 | const accessToken = await servers[0].loginCommand.getAccessToken({ username: 'toto', password: 'password' }) |
395 | 394 | ||
396 | const res = await getMyUserInformation(servers[0].url, accessToken) | 395 | const res = await getMyUserInformation(servers[0].url, accessToken) |
397 | const videoChannel = res.body.videoChannels[0] | 396 | const videoChannel = res.body.videoChannels[0] |