X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Ffixtures%2Fpeertube-plugin-test%2Fmain.js;h=90951d61107b9aeb259c091bc1a1411e75d4fef4;hb=5e3d29ab218f2e7fcfb59f64777d901625dc5a49;hp=04e05984865030656ee7a2d420fe198c27c7ab10;hpb=293074ae7920040ede7e01d0aec4dabbeeb864ff;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/fixtures/peertube-plugin-test/main.js b/server/tests/fixtures/peertube-plugin-test/main.js index 04e059848..90951d611 100644 --- a/server/tests/fixtures/peertube-plugin-test/main.js +++ b/server/tests/fixtures/peertube-plugin-test/main.js @@ -13,6 +13,9 @@ async function register ({ registerHook, registerSetting, settingsManager, stora 'action:api.video-comment-reply.created', 'action:api.video-comment.deleted', + 'action:api.video-caption.created', + 'action:api.video-caption.deleted', + 'action:api.user.blocked', 'action:api.user.unblocked', 'action:api.user.registered',