diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/cli/peertube.ts | 1 |
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 | ||