From 2c4a0b5d909bd7eefeb582001babce816fdfab03 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 Mar 2016 13:16:54 +0100 Subject: Fix tests --- server/tests/api/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests') diff --git a/server/tests/api/utils.js b/server/tests/api/utils.js index c70696571..60c3c8d4e 100644 --- a/server/tests/api/utils.js +++ b/server/tests/api/utils.js @@ -176,7 +176,7 @@ function uploadVideo (url, name, description, fixture, end) { .field('name', name) .field('description', description) .attach('input_video', pathUtils.join(__dirname, 'fixtures', fixture)) - .expect(201) + .expect(204) .end(end) } -- cgit v1.2.3