From 13fa983e61c328bccd8538f1e61eedb375a9ff17 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sun, 18 Apr 2021 19:48:14 -0400 Subject: [PATCH] fix: accidentally committed this --- test/uploads.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/uploads.js b/test/uploads.js index d4016ea541..e2f03803ab 100644 --- a/test/uploads.js +++ b/test/uploads.js @@ -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(); }); });