Revert last fix, this breaks on old LWP, grrr
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_request_uploads.t
index 8d98da0..cd57b03 100644 (file)
@@ -270,6 +270,7 @@ use Path::Class::Dir;
         'http://localhost/dump/body/',
         'Content-Type' => 'application/octet-stream',
         'Content'      => 'foobarbaz',
+        'Content-Length' => 9,
     );
 
     ok( my $response = request($request), 'Request' );