From c26ad92c18e6a88321925a26fcedd7325c5e1277 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 6 Jan 2011 14:44:46 -0600 Subject: comment --- t/02-inputs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/02-inputs.t b/t/02-inputs.t index faa5e5a..f46cb24 100644 --- a/t/02-inputs.t +++ b/t/02-inputs.t @@ -129,7 +129,7 @@ sub test_responses { my $base = URI->new($base_uri); my $uri = $base->clone; $uri->scheme('http'); - $uri->path('/') unless $uri->path; + $uri->path('/') unless $uri->path; # XXX: work around plack bug my $env = HTTP::Request->new(GET => $uri)->to_psgi; $env->{'plack.client.url_scheme'} = $base->scheme; $env->{'plack.client.app_name'} = $base->authority -- cgit v1.2.3