mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix server run
This commit is contained in:
parent
59bbcced37
commit
08642a765e
2 changed files with 9 additions and 7 deletions
|
@ -38,7 +38,7 @@ describe('Test video comments API validator', function () {
|
|||
await setAccessTokensToServers([ server ])
|
||||
|
||||
{
|
||||
const video = await server.videos.upload({ attributes: {} })
|
||||
video = await server.videos.upload({ attributes: {} })
|
||||
pathThread = '/api/v1/videos/' + video.uuid + '/comment-threads'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue