Changed /my/show_api_key route to /my/api_key (#19851).

git-svn-id: http://svn.redmine.org/redmine/trunk@14334 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2015-06-19 18:43:36 +00:00
parent d6f389658b
commit ef91a50cc2
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ class RoutingMyTest < Redmine::RoutingTest
should_route 'POST /my/reset_rss_key' => 'my#reset_rss_key'
should_route 'POST /my/reset_api_key' => 'my#reset_api_key'
should_route 'GET /my/api_key' => 'my#show_api_key'
should_route 'GET /my/password' => 'my#password'
should_route 'POST /my/password' => 'my#password'