1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Improve check follow params tests

This commit is contained in:
Chocobozzz 2017-12-28 14:29:57 +01:00
parent c5d31dba56
commit eec63bbc0f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
21 changed files with 232 additions and 150 deletions

View file

@ -15,7 +15,7 @@ import {
getVideosList,
killallServers,
login,
loginAndGetAccessToken,
serverLogin,
makePutBodyRequest,
rateVideo,
registerUser,
@ -193,7 +193,7 @@ describe('Test users', function () {
password: 'super password'
}
accessTokenUser = await loginAndGetAccessToken(server)
accessTokenUser = await serverLogin(server)
})
it('Should be able to get the user information', async function () {
@ -511,7 +511,7 @@ describe('Test users', function () {
password: 'my super password'
}
accessToken = await loginAndGetAccessToken(server)
accessToken = await serverLogin(server)
})
it('Should have the correct video quota', async function () {