Skip to content

Commit

Permalink
manually set request
Browse files Browse the repository at this point in the history
  • Loading branch information
hashbangperl committed Nov 25, 2009
1 parent ffedcf9 commit 334bf06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Plack/Test/MockHTTP.pm
Expand Up @@ -17,6 +17,7 @@ sub test_psgi {
my $req = shift;
my $env = $req->to_psgi;
my $res = HTTP::Response->from_psgi($app->($env));
$res->request($req);
};

$client->($cb);
Expand Down

0 comments on commit 334bf06

Please sign in to comment.