aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/video-privacy.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-28 17:28:53 +0200
committerChocobozzz <me@florianbigard.com>2018-05-28 17:28:53 +0200
commit77a87fec6c244074b786f67e135a1fe35bd7009f (patch)
tree307bfb3890e51c9c21dbb20ea34a6ddcfc83bfa8 /server/tests/api/videos/video-privacy.ts
parentf2de393e74f19982b77d24f14f50f1373d5fce76 (diff)
downloadPeerTube-77a87fec6c244074b786f67e135a1fe35bd7009f.tar.gz
PeerTube-77a87fec6c244074b786f67e135a1fe35bd7009f.tar.zst
PeerTube-77a87fec6c244074b786f67e135a1fe35bd7009f.zip
Update changelog
Diffstat (limited to 'server/tests/api/videos/video-privacy.ts')
-rw-r--r--server/tests/api/videos/video-privacy.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/videos/video-privacy.ts b/server/tests/api/videos/video-privacy.ts
index 8ab37189a..ea435d5af 100644
--- a/server/tests/api/videos/video-privacy.ts
+++ b/server/tests/api/videos/video-privacy.ts
@@ -73,6 +73,8 @@ describe('Test video privacy', function () {
73 }) 73 })
74 74
75 it('Should not be able to watch this private video with another user', async function () { 75 it('Should not be able to watch this private video with another user', async function () {
76 this.timeout(10000)
77
76 const user = { 78 const user = {
77 username: 'hello', 79 username: 'hello',
78 password: 'super password' 80 password: 'super password'