pull/5817/head
Chocobozzz 2023-05-15 13:56:08 +02:00
parent c08a7f16e7
commit 8eb6a9eb2b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 1 deletions

View 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
)
})
})