From 1af470c709979f8159ae24818317b5daead656fb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 May 2016 21:18:19 +0200 Subject: Fix tests for according to the sort --- server/tests/api/utils.js | 1 + 1 file changed, 1 insertion(+) (limited to 'server/tests/api/utils.js') diff --git a/server/tests/api/utils.js b/server/tests/api/utils.js index ac43946cd..218b46157 100644 --- a/server/tests/api/utils.js +++ b/server/tests/api/utils.js @@ -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/) -- cgit v1.2.3