mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix detecting public/unlisted privacy
This commit is contained in:
@@ -171,6 +171,7 @@ describe('Test video privacy', function () {
|
||||
const video = await server.videos.get({ id })
|
||||
|
||||
expect(video.name).to.equal('unlisted video')
|
||||
expect(video.privacy.id).to.equal(VideoPrivacy.UNLISTED)
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user