X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_go.t;h=60f8bb8b94dce92006ce158f72e5416af0c8487c;hp=41b09b652a328da1f60b2ada5773269527d93787;hb=10542b5178b2fa036e0658111523ea68a7a04437;hpb=a0a66cb803a6ba6c0920c487e9c5d7fa148b7ec3 diff --git a/t/aggregate/live_component_controller_action_go.t b/t/aggregate/live_component_controller_action_go.t index 41b09b6..60f8bb8 100644 --- a/t/aggregate/live_component_controller_action_go.t +++ b/t/aggregate/live_component_controller_action_go.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; @@ -262,7 +260,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' ); } }