Skip to content

Commit

Permalink
Fix another test with node.js 0.12+.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 26, 2016
1 parent 2d9b294 commit d601048
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 @@ -904,7 +904,7 @@ describe('express-processimage', function () {
var serverUrl = 'http://' + serverHostname + ':' + serverAddress.port + '/';

return expect(serverUrl + 'turtle.jpg?extract=100,100,800,10', 'to yield HTTP response satisfying', {
body: 'Error: extract_area: bad extract area<br>\n'
body: /bad extract area/
});
});
});

0 comments on commit d601048

Please sign in to comment.