summaryrefslogtreecommitdiffstats
path: root/t/02-inputs.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02-inputs.t')
-rw-r--r--t/02-inputs.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/02-inputs.t b/t/02-inputs.t
index 5f9b56a..be14d0f 100644
--- a/t/02-inputs.t
+++ b/t/02-inputs.t
@@ -130,7 +130,6 @@ sub test_responses {
my $base = URI->new($base_uri);
my $uri = $base->clone;
$uri->scheme('http');
- $uri->path('/') unless $uri->path; # XXX: work around plack bug
my $env = HTTP::Request->new(GET => $uri)->to_psgi;
$env->{CONTENT_LENGTH} = 0; # XXX: work around plack bug
$env->{'plack.client.original_uri'} = $base;
@@ -146,7 +145,6 @@ sub test_responses {
my $base = URI->new($base_uri);
my $uri = $base->clone;
$uri->scheme('http');
- $uri->path('/') unless $uri->path; # XXX: work around plack bug
my $env = HTTP::Request->new(GET => $uri)->to_psgi;
$env->{CONTENT_LENGTH} = 0; # XXX: work around plack bug
$env->{'plack.client.original_uri'} = $base;