diff options
author | Chocobozzz <me@florianbigard.com> | 2023-03-21 09:17:25 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-03-21 09:17:25 +0100 |
commit | 951414fc62a40aad4e7295029f3c57489bee2491 (patch) | |
tree | edb150806fbf3db1bed6b9ba6193d2e92275b751 /server/tests | |
parent | 1c41b5c1ac798a06fbc0e7a2c6b91c5542865780 (diff) | |
parent | ae0e4fdbd143966b870678721b60f4fad7c3cbe9 (diff) | |
download | PeerTube-951414fc62a40aad4e7295029f3c57489bee2491.tar.gz PeerTube-951414fc62a40aad4e7295029f3c57489bee2491.tar.zst PeerTube-951414fc62a40aad4e7295029f3c57489bee2491.zip |
Merge branch 'release/5.1.0' into develop
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/plugins/action-hooks.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
251 | 251 | ||
252 | await servers[1].videos.update({ id: videoUUID, attributes: { name: 'remote video updated' } }) | 252 | await servers[1].videos.update({ id: videoUUID, attributes: { name: 'remote video updated' } }) |
253 | 253 | ||
254 | await servers[0].servers.waitUntilLog('action:activity-pub.remote-video.updated - AP remote video - video remote video') | 254 | await servers[0].servers.waitUntilLog('action:activity-pub.remote-video.updated - AP remote video - video remote video', 1, false) |
255 | }) | 255 | }) |
256 | }) | 256 | }) |
257 | 257 | ||