Skip to content

Commit

Permalink
Remove gm parameter in a test that's supposed to utilize sharp.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Mar 13, 2017
1 parent 87f6529 commit 865c776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/processImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 865c776

Please sign in to comment.