]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/action-hooks.ts
Fix test
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / action-hooks.ts
index 9158b271deec3a00d3d5d539cc00d75c62c3dff0..e8d03ee0f72ad20c7f6cc0242d97b19b1d1e34a8 100644 (file)
@@ -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
+      )
     })
   })