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=8554f724f2857cb66bc4a7ae9f768dceb8333974;hb=e1e81442ef3eb71e01ef4a9afb6aedfd2f3418da;hp=41b09b652a328da1f60b2ada5773269527d93787;hpb=9a991f0e7c8404d211409ebcdb3b1d69ae1c2c6c;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 41b09b6..8554f72 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, 'arg1, arg2; captureme', 'Content OK' ); + is( $response->content, 'captureme; arg1, arg2', 'Content OK' ); } }