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 be14d0f..9cf46ff 100644
--- a/t/02-inputs.t
+++ b/t/02-inputs.t
@@ -131,7 +131,6 @@ sub test_responses {
my $uri = $base->clone;
$uri->scheme('http');
my $env = HTTP::Request->new(GET => $uri)->to_psgi;
- $env->{CONTENT_LENGTH} = 0; # XXX: work around plack bug
$env->{'plack.client.original_uri'} = $base;
response_is(
$client->request($env),
@@ -146,7 +145,6 @@ sub test_responses {
my $uri = $base->clone;
$uri->scheme('http');
my $env = HTTP::Request->new(GET => $uri)->to_psgi;
- $env->{CONTENT_LENGTH} = 0; # XXX: work around plack bug
$env->{'plack.client.original_uri'} = $base;
response_is(
$client->request(Plack::Request->new($env)),