X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9ab8111022ca945fa2cb604e8779954442659046..bd8d207ea42baa50f0a09daa31630c4e3014ac93:/test/functional/trace_controller_test.rb diff --git a/test/functional/trace_controller_test.rb b/test/functional/trace_controller_test.rb index 600fd589f..4c97a4849 100644 --- a/test/functional/trace_controller_test.rb +++ b/test/functional/trace_controller_test.rb @@ -141,7 +141,7 @@ class TraceControllerTest < ActionController::TestCase { :controller => "trace", :action => "edit", :id => "1" } ) assert_routing( - { :path => "/trace/1/edit", :method => :put }, + { :path => "/trace/1/edit", :method => :patch }, { :controller => "trace", :action => "edit", :id => "1" } ) assert_routing(