1
0
Fork 0
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:
Chocobozzz 2017-11-17 12:05:59 +01:00
parent afffe98839
commit 975e6e0e44
No known key found for this signature in database
GPG key ID: 583A612D890159BE
12 changed files with 109 additions and 620 deletions

View file

@ -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)