mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Fix tests
This commit is contained in:
parent
e1c8024ab9
commit
2c4a0b5d90
4 changed files with 5 additions and 2 deletions
|
@ -176,7 +176,7 @@ function uploadVideo (url, name, description, fixture, end) {
|
|||
.field('name', name)
|
||||
.field('description', description)
|
||||
.attach('input_video', pathUtils.join(__dirname, 'fixtures', fixture))
|
||||
.expect(201)
|
||||
.expect(204)
|
||||
.end(end)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue