X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a0899d1b0b266abdd61d54bd3867ae9f7f816fcb..5422c56301ab4b0979a1054e216ee6016816ecbb:/test/controllers/old_relation_controller_test.rb diff --git a/test/controllers/old_relation_controller_test.rb b/test/controllers/old_relation_controller_test.rb index 622229661..5b531a1af 100644 --- a/test/controllers/old_relation_controller_test.rb +++ b/test/controllers/old_relation_controller_test.rb @@ -245,7 +245,7 @@ class OldRelationControllerTest < ActionController::TestCase def do_redact_relation(relation, redaction) get :version, :id => relation.relation_id, :version => relation.version - assert_response :success, "should be able to get version #{relation.version} of node #{relation.relation_id}." + assert_response :success, "should be able to get version #{relation.version} of relation #{relation.relation_id}." # now redact it post :redact, :id => relation.relation_id, :version => relation.version, :redaction => redaction.id