mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Fix CI tests
This commit is contained in:
parent
881958d179
commit
c37e305342
41 changed files with 133 additions and 72 deletions
|
@ -353,7 +353,7 @@ describe('Test video transcoding', function () {
|
|||
it('Should merge an audio file with the preview file', async function () {
|
||||
this.timeout(60_000)
|
||||
|
||||
const attributes = { name: 'audio_with_preview', previewfile: 'preview.jpg', fixture: 'sample.ogg' }
|
||||
const attributes = { name: 'audio_with_preview', previewfile: 'custom-preview.jpg', fixture: 'sample.ogg' }
|
||||
await servers[1].videos.upload({ attributes, mode })
|
||||
|
||||
await waitJobs(servers)
|
||||
|
@ -416,7 +416,7 @@ describe('Test video transcoding', function () {
|
|||
}
|
||||
})
|
||||
|
||||
const attributes = { name: 'audio_with_preview', previewfile: 'preview.jpg', fixture: 'sample.ogg' }
|
||||
const attributes = { name: 'audio_with_preview', previewfile: 'custom-preview.jpg', fixture: 'sample.ogg' }
|
||||
const { id } = await servers[1].videos.upload({ attributes, mode })
|
||||
|
||||
await waitJobs(servers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue