mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
fix a few typos (#2141)
* fix a few typos * apply changes to original files instead * additional correction
This commit is contained in:
committed by
Chocobozzz
parent
210709a907
commit
32d7f2b754
@@ -901,7 +901,7 @@ describe('Test users API validators', function () {
|
||||
await makePostBodyRequest({ url: server.url, path: registrationPath, token: server.accessToken, fields })
|
||||
})
|
||||
|
||||
it('Should fail with a channel name that is the same than user username', async function () {
|
||||
it('Should fail with a channel name that is the same as username', async function () {
|
||||
const source = { username: 'super_user', channel: { name: 'super_user', displayName: 'display name' } }
|
||||
const fields = immutableAssign(baseCorrectParams, source)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user