Fix tests for according to the sort

pull/10/head
Chocobozzz 2016-05-17 21:18:19 +02:00
parent a877d5acc5
commit 1af470c709
1 changed files with 1 additions and 0 deletions

View File

@ -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/)