]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/site_controller_test.rb
Test that replying to a message marks it as read
[rails.git] / test / functional / site_controller_test.rb
index 86445e551a4e0480e3feb0e5a8a41ed9d0949ba3..55dff2d96563a5ad25b1c7733a549669f2f1f4fe 100644 (file)
@@ -47,7 +47,7 @@ class SiteControllerTest < ActionController::TestCase
       { :controller => "site", :action => "offline" }
     )
     assert_routing(
-      { :path => "/key", :method => :post },
+      { :path => "/key", :method => :get },
       { :controller => "site", :action => "key" }
     )
     assert_routing(