mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
Fix tests
This commit is contained in:
parent
9e0efe45ff
commit
b5ae080f32
@ -141,7 +141,7 @@ plugins:
|
||||
|
||||
federation:
|
||||
videos:
|
||||
federate_unlisted: false
|
||||
federate_unlisted: true
|
||||
cleanup_remote_interactions: false
|
||||
|
||||
views:
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user