aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/video-comments.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2017-12-27 10:12:18 +0100
committerChocobozzz <me@florianbigard.com>2017-12-27 10:12:18 +0100
commite2e22e40f91018cfaf244e0df9a4a93e4f6d0502 (patch)
tree73950d68cc7f4df5b21625532ed654bc52c86f03 /server/tests/api/video-comments.ts
parentd3ea89759104e6c14b00443526f2c2a0a13aeb97 (diff)
downloadPeerTube-e2e22e40f91018cfaf244e0df9a4a93e4f6d0502.tar.gz
PeerTube-e2e22e40f91018cfaf244e0df9a4a93e4f6d0502.tar.zst
PeerTube-e2e22e40f91018cfaf244e0df9a4a93e4f6d0502.zip
Add check params tests
Diffstat (limited to 'server/tests/api/video-comments.ts')
-rw-r--r--server/tests/api/video-comments.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/video-comments.ts b/server/tests/api/video-comments.ts
index fbc1a0a20..2f1e6260a 100644
--- a/server/tests/api/video-comments.ts
+++ b/server/tests/api/video-comments.ts
@@ -8,7 +8,7 @@ import { addVideoCommentReply, addVideoCommentThread, getVideoCommentThreads, ge
8 8
9const expect = chai.expect 9const expect = chai.expect
10 10
11describe('Test a video comments', function () { 11describe('Test video comments', function () {
12 let server: ServerInfo 12 let server: ServerInfo
13 let videoId 13 let videoId
14 let videoUUID 14 let videoUUID