From 8eb6a9eb2b42d869d9b0eb0ae479417d1b6afaf1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 May 2023 13:56:08 +0200 Subject: [PATCH] Fix test --- server/tests/plugins/action-hooks.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts index 9158b271d..e8d03ee0f 100644 --- a/server/tests/plugins/action-hooks.ts +++ b/server/tests/plugins/action-hooks.ts @@ -251,7 +251,11 @@ 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', 1, false) + await servers[0].servers.waitUntilLog( + 'action:activity-pub.remote-video.updated - AP remote video updated - video remote video updated', + 1, + false + ) }) }) -- 2.41.0