fix: accidentally committed this

v1.18.x
psychobunny 4 years ago committed by Andrew Rodrigues
parent eb240c905f
commit 13fa983e61

@ -208,7 +208,7 @@ describe('Upload Controllers', () => {
assert.ifError(err);
assert.strictEqual(res.statusCode, 500);
assert(body && body.status && body.status.message);
assert(body.status.message.startsWith('pngload_buffer: non-recoverable state'));
assert(body.status.message.startsWith('Input file has corrupt header: pngload: end of stream'));
done();
});
});

Loading…
Cancel
Save