1
0
Fork 0
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:
Chocobozzz 2021-07-16 10:20:44 +02:00
parent 59bbcced37
commit 08642a765e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 9 additions and 7 deletions

View file

@ -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'
}