mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix tests for according to the sort
This commit is contained in:
@@ -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/)
|
||||
|
||||
Reference in New Issue
Block a user