Skip to content

Commit

Permalink
fix: accidentally committed this
Browse files Browse the repository at this point in the history
  • Loading branch information
psychobunny committed Apr 19, 2021
1 parent eb240c9 commit 13fa983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/uploads.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
});
Expand Down

0 comments on commit 13fa983

Please sign in to comment.