diff options
author | Chocobozzz <me@florianbigard.com> | 2019-09-18 17:20:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-09-18 17:20:37 +0200 |
commit | 210709a9076ac152dd377234866b8e9b9108382a (patch) | |
tree | a80eacdb744a6e17c9e6f3f8e7676253a9a64b1c /server/tests/api/videos/multiple-servers.ts | |
parent | 2e0fdd27e05189adc4085f9922e534ad8f147ce8 (diff) | |
download | PeerTube-210709a9076ac152dd377234866b8e9b9108382a.tar.gz PeerTube-210709a9076ac152dd377234866b8e9b9108382a.tar.zst PeerTube-210709a9076ac152dd377234866b8e9b9108382a.zip |
Fix tests
Diffstat (limited to 'server/tests/api/videos/multiple-servers.ts')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index 0169498e9..aeda188c2 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts | |||
@@ -998,7 +998,7 @@ describe('Test multiple servers', function () { | |||
998 | }, | 998 | }, |
999 | isLocal, | 999 | isLocal, |
1000 | duration: 5, | 1000 | duration: 5, |
1001 | commentsEnabled: false, | 1001 | commentsEnabled: true, |
1002 | downloadEnabled: true, | 1002 | downloadEnabled: true, |
1003 | tags: [ ], | 1003 | tags: [ ], |
1004 | privacy: VideoPrivacy.PUBLIC, | 1004 | privacy: VideoPrivacy.PUBLIC, |