Fix warning with newer LWP that generates a duplicate Content-Length header
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_request_uploads.t
index cd57b03..8d98da0 100644 (file)
@@ -270,7 +270,6 @@ use Path::Class::Dir;
         'http://localhost/dump/body/',
         'Content-Type' => 'application/octet-stream',
         'Content'      => 'foobarbaz',
-        'Content-Length' => 9,
     );
 
     ok( my $response = request($request), 'Request' );