X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flive_catalyst_test.t;h=2589ae5f997d9bc96d9f1e4ba95d873ff8a94bf9;hp=82485276d4f23e092eaef5f176c796e5311d834f;hb=53c7cc10e26c965f7502936609c5d1e6a35dc819;hpb=a7d2a53019cca4a6ebd29ccfc31139697f0dfdb8 diff --git a/t/live_catalyst_test.t b/t/live_catalyst_test.t index 8248527..2589ae5 100644 --- a/t/live_catalyst_test.t +++ b/t/live_catalyst_test.t @@ -46,12 +46,12 @@ my $req = '/dump/request'; } { - my $response = request( POST( '/bodyparams', { override => 'this' } ) )->content; + my $response = request( POST( '/bodyparams', { override => 'this' } ) )->content; is($response, 'that', 'body param overridden'); } { - my $response = request( POST( '/bodyparams/no_params' ) )->content; + my $response = request( POST( '/bodyparams/no_params' ) )->content; is($response, 'HASH', 'empty body param is hashref'); }