X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fengine%2Frequest%2Fuploads.t;h=5e82f849f2972bb7a9612537c4f487d317232de8;hp=4c0c5a27d293060984ea2e8a37a88b9e4c3d495d;hb=06e1b6164a2c9d7b463f358b0d1934ef83a82845;hpb=b160463fabb0b2c1d0914427e2265ee8152efb46 diff --git a/t/engine/request/uploads.t b/t/engine/request/uploads.t index 4c0c5a2..5e82f84 100644 --- a/t/engine/request/uploads.t +++ b/t/engine/request/uploads.t @@ -29,7 +29,7 @@ use HTTP::Request::Common; ok( my $response = request($request), 'Request' ); ok( $response->is_success, 'Response Successful 2xx' ); - is( $response->content_type, 'text/plain', 'Response Content-Type' ); + is( $response->content_type, 'text/plain', 'Response Content-Type' ); like( $response->content, qr/^bless\( .* 'Catalyst::Request' \)$/s, 'Content is a serialized Catalyst::Request' ); {