summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-01-06 14:44:46 -0600
committerJesse Luehrs <doy@tozt.net>2011-01-06 14:44:46 -0600
commitc26ad92c18e6a88321925a26fcedd7325c5e1277 (patch)
tree6be77275245e2c432455e16810f3d58bd8e1479c /t
parent642b11b4f8d5edacd55e6b10e0b287047acc1ae1 (diff)
downloadplack-client-c26ad92c18e6a88321925a26fcedd7325c5e1277.tar.gz
plack-client-c26ad92c18e6a88321925a26fcedd7325c5e1277.zip
comment
Diffstat (limited to 't')
-rw-r--r--t/02-inputs.t2
1 files changed, 1 insertions, 1 deletions
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