mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Shorter live methods
This commit is contained in:
parent
d897210c2d
commit
04aed76711
14 changed files with 96 additions and 96 deletions
|
@ -95,7 +95,7 @@ describe('Test plugin action hooks', function () {
|
|||
channelId: servers[0].videoChannel.id
|
||||
}
|
||||
|
||||
await servers[0].liveCommand.createLive({ fields: attributes })
|
||||
await servers[0].liveCommand.create({ fields: attributes })
|
||||
|
||||
await checkHook('action:api.live-video.created')
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue