mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Fix video full description
This commit is contained in:
parent
afffe98839
commit
975e6e0e44
12 changed files with 109 additions and 620 deletions
|
@ -33,8 +33,8 @@ describe('Test video transcoding', function () {
|
|||
this.timeout(60000)
|
||||
|
||||
const videoAttributes = {
|
||||
name: 'my super name for pod 1',
|
||||
description: 'my super description for pod 1',
|
||||
name: 'my super name for server 1',
|
||||
description: 'my super description for server 1',
|
||||
fixture: 'video_short.webm'
|
||||
}
|
||||
await uploadVideo(servers[0].url, servers[0].accessToken, videoAttributes)
|
||||
|
@ -61,8 +61,8 @@ describe('Test video transcoding', function () {
|
|||
this.timeout(60000)
|
||||
|
||||
const videoAttributes = {
|
||||
name: 'my super name for pod 2',
|
||||
description: 'my super description for pod 2',
|
||||
name: 'my super name for server 2',
|
||||
description: 'my super description for server 2',
|
||||
fixture: 'video_short.webm'
|
||||
}
|
||||
await uploadVideo(servers[1].url, servers[1].accessToken, videoAttributes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue