1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Shorter server command names

This commit is contained in:
Chocobozzz 2021-07-16 09:04:35 +02:00
parent d23dd9fbfc
commit 89d241a79c
No known key found for this signature in database
GPG key ID: 583A612D890159BE
155 changed files with 2508 additions and 2508 deletions

View file

@ -25,9 +25,9 @@ describe('Test custom pages validators', function () {
await setAccessTokensToServers([ server ])
const user = { username: 'user1', password: 'password' }
await server.usersCommand.create({ username: user.username, password: user.password })
await server.users.create({ username: user.username, password: user.password })
userAccessToken = await server.loginCommand.getAccessToken(user)
userAccessToken = await server.login.getAccessToken(user)
})
describe('When updating instance homepage', function () {