diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-27 10:12:18 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-27 10:12:18 +0100 |
commit | e2e22e40f91018cfaf244e0df9a4a93e4f6d0502 (patch) | |
tree | 73950d68cc7f4df5b21625532ed654bc52c86f03 /server/tests/api/video-comments.ts | |
parent | d3ea89759104e6c14b00443526f2c2a0a13aeb97 (diff) | |
download | PeerTube-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.ts | 2 |
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 | ||
9 | const expect = chai.expect | 9 | const expect = chai.expect |
10 | 10 | ||
11 | describe('Test a video comments', function () { | 11 | describe('Test video comments', function () { |
12 | let server: ServerInfo | 12 | let server: ServerInfo |
13 | let videoId | 13 | let videoId |
14 | let videoUUID | 14 | let videoUUID |