aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/action-hooks.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/plugins/action-hooks.ts')
-rw-r--r--server/tests/plugins/action-hooks.ts2
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 })