X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_uri_for_action.t;h=19a10af90fba039d90485bb9965f0b19fdfebbcd;hb=2e9f1ec69ede01cd175742085b41c7f26c76be90;hp=dfe36666368ccc49dac3f56b738311a611abe65e;hpb=f91554831ad9972ba44453f69a6b633fd3dfa710;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_uri_for_action.t b/t/aggregate/unit_core_uri_for_action.t index dfe3666..19a10af 100644 --- a/t/aggregate/unit_core_uri_for_action.t +++ b/t/aggregate/unit_core_uri_for_action.t @@ -160,7 +160,7 @@ is($context->uri_for($chained_action, [ 1 ], 2, { q => 1 }), 'http://127.0.0.1/foo/chained/foo2/1/2/end2/3/', 'uri_for_action returns uri with empty arg on undef last argument' ); - is( $context->uri_for_action($action_needs_two, [ 'foo' , 'bar/baz' ], (3,4)), + is( $context->uri_for_action($action_needs_two, [ 'foo' , 'bar/baz' ], (3,'')), 'http://127.0.0.1/foo/chained/foo2/foo/bar%2Fbaz/end2/3/', 'uri_for_action returns uri with empty arg on undef last argument' );