X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6ca22de4f2c68e4b14a6e2f0938a8657c33adc31..73214da35de30b3466cf8d0ab751955ec9292ec4:/test/controllers/old_relations_controller_test.rb diff --git a/test/controllers/old_relations_controller_test.rb b/test/controllers/old_relations_controller_test.rb index 51e6c565a..9dd9a7165 100644 --- a/test/controllers/old_relations_controller_test.rb +++ b/test/controllers/old_relations_controller_test.rb @@ -225,7 +225,7 @@ class OldRelationsControllerTest < ActionController::TestCase def check_current_version(relation_id) # get the current version current_relation = with_controller(RelationsController.new) do - get :read, :params => { :id => relation_id } + get :show, :params => { :id => relation_id } assert_response :success, "can't get current relation #{relation_id}" Relation.from_xml(@response.body) end