aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-16 10:20:44 +0200
committerChocobozzz <me@florianbigard.com>2021-07-20 15:27:18 +0200
commit08642a765ea514a00f159db898edf14c376fbe6c (patch)
tree92a4cbe2b7257c04bfdeedd881af7833141aa151 /server/tests
parent59bbcced37005dd511daca9bd58ae2998cb931b1 (diff)
downloadPeerTube-08642a765ea514a00f159db898edf14c376fbe6c.tar.gz
PeerTube-08642a765ea514a00f159db898edf14c376fbe6c.tar.zst
PeerTube-08642a765ea514a00f159db898edf14c376fbe6c.zip
Fix server run
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/check-params/video-comments.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/video-comments.ts b/server/tests/api/check-params/video-comments.ts
index ea5340b40..92c29da0e 100644
--- a/server/tests/api/check-params/video-comments.ts
+++ b/server/tests/api/check-params/video-comments.ts
@@ -38,7 +38,7 @@ describe('Test video comments API validator', function () {
38 await setAccessTokensToServers([ server ]) 38 await setAccessTokensToServers([ server ])
39 39
40 { 40 {
41 const video = await server.videos.upload({ attributes: {} }) 41 video = await server.videos.upload({ attributes: {} })
42 pathThread = '/api/v1/videos/' + video.uuid + '/comment-threads' 42 pathThread = '/api/v1/videos/' + video.uuid + '/comment-threads'
43 } 43 }
44 44