X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6391ea5a7ae59c13ca3b5317ba9a4b0fa27aa788..58d889436fc05c1a3c32cf6aa28cc751badf99ad:/test/functional/site_controller_test.rb?ds=sidebyside diff --git a/test/functional/site_controller_test.rb b/test/functional/site_controller_test.rb index 753e1c859..caef3481b 100644 --- a/test/functional/site_controller_test.rb +++ b/test/functional/site_controller_test.rb @@ -43,7 +43,7 @@ class SiteControllerTest < ActionController::TestCase { :controller => "site", :action => "offline" } ) assert_routing( - { :path => "/key", :method => :get }, + { :path => "/key", :method => :post }, { :controller => "site", :action => "key" } ) assert_routing(