diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/utils.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
176 | .field('name', name) | 176 | .field('name', name) |
177 | .field('description', description) | 177 | .field('description', description) |
178 | .attach('input_video', pathUtils.join(__dirname, 'fixtures', fixture)) | 178 | .attach('input_video', pathUtils.join(__dirname, 'fixtures', fixture)) |
179 | .expect(201) | 179 | .expect(204) |
180 | .end(end) | 180 | .end(end) |
181 | } | 181 | } |
182 | 182 | ||