mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 08:46:54 -06:00
Fix tests for according to the sort
This commit is contained in:
parent
a877d5acc5
commit
1af470c709
@ -72,6 +72,7 @@ function getVideosList (url, end) {
|
||||
|
||||
request(url)
|
||||
.get(path)
|
||||
.query({ sort: 'name' })
|
||||
.set('Accept', 'application/json')
|
||||
.expect(200)
|
||||
.expect('Content-Type', /json/)
|
||||
|
Loading…
Reference in New Issue
Block a user