diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-08 10:25:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:17 +0200 |
commit | 04aed76711909507e74905bde3a7fa024d3585c9 (patch) | |
tree | da93912bb9331feda40f597da3fea7dc24970d66 /server/tests/plugins/action-hooks.ts | |
parent | d897210c2db1ca2acc1e7b28a13127647ab2222c (diff) | |
download | PeerTube-04aed76711909507e74905bde3a7fa024d3585c9.tar.gz PeerTube-04aed76711909507e74905bde3a7fa024d3585c9.tar.zst PeerTube-04aed76711909507e74905bde3a7fa024d3585c9.zip |
Shorter live methods
Diffstat (limited to 'server/tests/plugins/action-hooks.ts')
-rw-r--r-- | server/tests/plugins/action-hooks.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts index 39266c62f..5e9dc3515 100644 --- a/server/tests/plugins/action-hooks.ts +++ b/server/tests/plugins/action-hooks.ts | |||
@@ -95,7 +95,7 @@ describe('Test plugin action hooks', function () { | |||
95 | channelId: servers[0].videoChannel.id | 95 | channelId: servers[0].videoChannel.id |
96 | } | 96 | } |
97 | 97 | ||
98 | await servers[0].liveCommand.createLive({ fields: attributes }) | 98 | await servers[0].liveCommand.create({ fields: attributes }) |
99 | 99 | ||
100 | await checkHook('action:api.live-video.created') | 100 | await checkHook('action:api.live-video.created') |
101 | }) | 101 | }) |