1
0
Fork 0
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:
Chocobozzz 2021-07-08 10:25:50 +02:00
parent d897210c2d
commit 04aed76711
No known key found for this signature in database
GPG key ID: 583A612D890159BE
14 changed files with 96 additions and 96 deletions

View file

@ -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')
})