aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-06-13 13:59:34 +0200
committerChocobozzz <me@florianbigard.com>2019-06-17 08:16:09 +0200
commit6b226c32782ea7779ced56c1e1090d8b51c5c504 (patch)
tree529c9108d92d26dde650f89b0106b2c15dba79c8 /server/tests
parentb30acc0e4b2cf596704e5949c2d7020eccb7f720 (diff)
downloadPeerTube-6b226c32782ea7779ced56c1e1090d8b51c5c504.tar.gz
PeerTube-6b226c32782ea7779ced56c1e1090d8b51c5c504.tar.zst
PeerTube-6b226c32782ea7779ced56c1e1090d8b51c5c504.zip
Fix CLI default boolean values
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/cli/peertube.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/cli/peertube.ts b/server/tests/cli/peertube.ts
index 0a8a98334..d73e27564 100644
--- a/server/tests/cli/peertube.ts
+++ b/server/tests/cli/peertube.ts
@@ -158,6 +158,7 @@ describe('Test CLI wrapper', function () {
158 expect(videoDetails.channel.name).to.equal('user_channel') 158 expect(videoDetails.channel.name).to.equal('user_channel')
159 expect(videoDetails.support).to.equal('support') 159 expect(videoDetails.support).to.equal('support')
160 expect(videoDetails.nsfw).to.be.true 160 expect(videoDetails.nsfw).to.be.true
161 expect(videoDetails.commentsEnabled).to.be.true
161 } 162 }
162 }) 163 })
163 164