X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=server%2Ftests%2Fplugins%2Faction-hooks.ts;h=9158b271deec3a00d3d5d539cc00d75c62c3dff0;hb=d102de1b38f2877463529c3b27bd35ffef4fd8bf;hp=98228f79de27ff0a8bf13177b6687656cfe24aaa;hpb=47d883de2efbc2e8b5f6f94ae18c15224cbe982b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts index 98228f79d..9158b271d 100644 --- a/server/tests/plugins/action-hooks.ts +++ b/server/tests/plugins/action-hooks.ts @@ -251,7 +251,7 @@ describe('Test plugin action hooks', function () { await servers[1].videos.update({ id: videoUUID, attributes: { name: 'remote video updated' } }) - await servers[0].servers.waitUntilLog('action:activity-pub.remote-video.updated - AP remote video - video remote video') + await servers[0].servers.waitUntilLog('action:activity-pub.remote-video.updated - AP remote video - video remote video', 1, false) }) })