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)
|
request(url)
|
||||||
.get(path)
|
.get(path)
|
||||||
|
.query({ sort: 'name' })
|
||||||
.set('Accept', 'application/json')
|
.set('Accept', 'application/json')
|
||||||
.expect(200)
|
.expect(200)
|
||||||
.expect('Content-Type', /json/)
|
.expect('Content-Type', /json/)
|
||||||
|
|
Loading…
Reference in New Issue