Skip to content

Commit

Permalink
Fix tests: PSGI isn't capable of detecting the test app
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Aug 22, 2012
1 parent 61df72d commit e726838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/parallol.t
Expand Up @@ -83,7 +83,7 @@ $r->route('/app/error')->to('ParallolController#do_error');
$r->route('/app/error_done')->to('ParallolController#do_error_done');

my $t = Test::Mojo->new;
my $p = Mojo::Server::PSGI->new;
my $p = Mojo::Server::PSGI->new(app => app);

sub plack_body {
my $body = shift;
Expand Down

0 comments on commit e726838

Please sign in to comment.