mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Don't always replace actor avatar
This commit is contained in:
parent
d7a25329f9
commit
66fb2aa39b
7 changed files with 60 additions and 37 deletions
|
@ -106,7 +106,7 @@ describe('Test AP refresher', function () {
|
|||
|
||||
await reRunServer(servers[ 1 ])
|
||||
|
||||
// Should not refresh the video, even if the last refresh failed (to avoir a loop on dead instances)
|
||||
// Should not refresh the video, even if the last refresh failed (to avoid a loop on dead instances)
|
||||
await getVideo(servers[ 0 ].url, videoUUID3)
|
||||
await waitJobs(servers)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue