From 865c7765438173738d46ae3ff3659460ef48ab6f Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Mon, 13 Mar 2017 09:34:12 +0100 Subject: [PATCH] Remove gm parameter in a test that's supposed to utilize sharp. --- test/processImage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/processImage.js b/test/processImage.js index 5a968ba..bd6c0c3 100644 --- a/test/processImage.js +++ b/test/processImage.js @@ -81,7 +81,7 @@ describe('express-processimage', function () { describe('with the sharp engine', function () { it('should resize by specifying a bounding box', function () { - return expect('GET /turtle.jpg?gm&resize=500,1000', 'to yield response', { + return expect('GET /turtle.jpg?resize=500,1000', 'to yield response', { body: expect.it('to have metadata satisfying', { size: { width: 500,