mirror of https://github.com/Chocobozzz/PeerTube
Fix tests for according to the sort
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