X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_go.t;fp=t%2Faggregate%2Flive_component_controller_action_go.t;h=4ad6c2675b925f28426b4c4788904b8d0d9db85a;hb=46c30d96cff719b2c10445b73b256e615a138773;hp=407d4d2cec4db5fa0da8e94044c06d19512c3348;hpb=b456f8f32f13fc30b248264b05eda4aae66bf8c1;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_component_controller_action_go.t b/t/aggregate/live_component_controller_action_go.t index 407d4d2..4ad6c26 100644 --- a/t/aggregate/live_component_controller_action_go.t +++ b/t/aggregate/live_component_controller_action_go.t @@ -262,7 +262,7 @@ sub run_tests { ok( my $response = request('http://localhost/action/go/go_chained'), 'go to chained + subcontroller endpoint' ); is( $response->header('X-Catalyst-Executed'), $expected, 'Executed actions' ); - is( $response->content, '; 1', 'Content OK' ); + is( $response->content, 'arg1, arg2; captureme', 'Content OK' ); } }