mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Introduce channels command
This commit is contained in:
parent
57f879a540
commit
a54618880c
26 changed files with 363 additions and 440 deletions
|
@ -17,7 +17,6 @@ import {
|
|||
ServerInfo,
|
||||
updateMyUser,
|
||||
updateVideo,
|
||||
updateVideoChannel,
|
||||
uploadRandomVideoOnServers,
|
||||
wait,
|
||||
waitJobs
|
||||
|
@ -404,7 +403,11 @@ describe('Test user notifications', function () {
|
|||
displayName: 'super root 2 name'
|
||||
})
|
||||
|
||||
await updateVideoChannel(servers[0].url, userAccessToken, 'user_1_channel', { displayName: myChannelName })
|
||||
await servers[0].channelsCommand.update({
|
||||
token: userAccessToken,
|
||||
channelName: 'user_1_channel',
|
||||
attributes: { displayName: myChannelName }
|
||||
})
|
||||
})
|
||||
|
||||
it('Should notify when a local channel is following one of our channel', async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue