X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_go.t;h=8554f724f2857cb66bc4a7ae9f768dceb8333974;hb=2a1acc71ae813ba9ca5b63a3c65c70fde941c319;hp=41b09b652a328da1f60b2ada5773269527d93787;hpb=a0a66cb803a6ba6c0920c487e9c5d7fa148b7ec3;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' ); } }