Skip to content

Commit

Permalink
Fix: fix test case error
Browse files Browse the repository at this point in the history
  • Loading branch information
welefen committed Feb 22, 2016
1 parent c7e7db9 commit 4480cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/middleware/parse_form_payload.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function getHttp(config, options){
think.APP_PATH = path.dirname(__dirname) + think.sep + 'testApp';
var req = think.extend({}, _http.req);
req.readable = true;
req.resume = function(){}

var res = think.extend({}, _http.res);
return think.http(req, res).then(function(http){
Expand Down

0 comments on commit 4480cc1

Please sign in to comment.