mirror of https://github.com/Chocobozzz/PeerTube
Fix test
parent
c08a7f16e7
commit
8eb6a9eb2b
|
@ -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
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue