Fix tests

This commit is contained in:
Chocobozzz 2023-12-20 13:51:01 +01:00
parent 9e0efe45ff
commit b5ae080f32
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 1 additions and 3 deletions

View file

@ -141,7 +141,7 @@ plugins:
federation:
videos:
federate_unlisted: false
federate_unlisted: true
cleanup_remote_interactions: false
views:

View file

@ -440,8 +440,6 @@ describe('Save replay setting', function () {
it('Should federate the replay after updating its privacy to public', async function () {
this.timeout(120000)
console.log(lastReplayUUID)
await servers[0].videos.update({ id: lastReplayUUID, attributes: { privacy: VideoPrivacy.PUBLIC } })
await waitJobs(servers)