summaryrefslogtreecommitdiffstats
path: root/test/integration/routing/admin_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-07-05 10:29:59 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-07-05 10:29:59 +0000
commit5a76b558aeb2eb97ced3e159d222485935888a31 (patch)
tree985d480bb9f09b67d3e49b49ff1048a6347c5891 /test/integration/routing/admin_test.rb
parentd7230643c8189ced946f496ba9b7983ffcaf090b (diff)
downloadredmine-5a76b558aeb2eb97ced3e159d222485935888a31.tar.gz
redmine-5a76b558aeb2eb97ced3e159d222485935888a31.zip
Merged r14389 (#20203).
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14400 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/routing/admin_test.rb')
-rw-r--r--test/integration/routing/admin_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/routing/admin_test.rb b/test/integration/routing/admin_test.rb
index 0fce80395..16e2c1ca1 100644
--- a/test/integration/routing/admin_test.rb
+++ b/test/integration/routing/admin_test.rb
@@ -23,7 +23,7 @@ class RoutingAdminTest < Redmine::RoutingTest
should_route 'GET /admin/projects' => 'admin#projects'
should_route 'GET /admin/plugins' => 'admin#plugins'
should_route 'GET /admin/info' => 'admin#info'
- should_route 'GET /admin/test_email' => 'admin#test_email'
+ should_route 'POST /admin/test_email' => 'admin#test_email'
should_route 'POST /admin/default_configuration' => 'admin#default_configuration'
end
end