X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_forward.t;h=5d4a8d0e7e7ad0959a19eba1d9e3d546c25b71a2;hb=bde334da382a3d3ac58a63c9061639e712a02e0a;hp=3d838b82ab2a6f5e4688a73ca3518f748350364f;hpb=a0a66cb803a6ba6c0920c487e9c5d7fa148b7ec3;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_component_controller_action_forward.t b/t/aggregate/live_component_controller_action_forward.t index 3d838b8..5d4a8d0 100644 --- a/t/aggregate/live_component_controller_action_forward.t +++ b/t/aggregate/live_component_controller_action_forward.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; @@ -242,7 +240,7 @@ sub run_tests { 'forward_to_uri_check request'); ok( $response->is_success, 'forward_to_uri_check successful'); - is( $response->content, '/action/forward/foo/bar', + is( $response->content, 'action/forward/foo/bar', 'forward_to_uri_check correct namespace'); }