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_index_or_default.t;h=fada74b5760646df840c91990f3cb4a1f6a52632;hp=d385add9d8c4bc2add14dc9059cc431a65dccec2;hb=91955398bb1d5dba2bca876b1e21d2ea9b93919b;hpb=05b47f2e6357bc7f1622e6b2cf730ad5bbeb993f diff --git a/t/aggregate/live_component_controller_action_index_or_default.t b/t/aggregate/live_component_controller_action_index_or_default.t index d385add..fada74b 100644 --- a/t/aggregate/live_component_controller_action_index_or_default.t +++ b/t/aggregate/live_component_controller_action_index_or_default.t @@ -27,6 +27,5 @@ else { sub run_tests { is(get('/indexchained'), 'index_chained', ':Chained overrides index'); is(get('/indexprivate'), 'index_private', 'index : Private still works'); - is(get('/defaultandpath/path_one_arg'), 'path_one_arg', - 'Path overrides default'); + is(get('/one_arg'), 'path_one_arg', ':Path overrides default'); }