X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d23d2c9d05267b76a53058a5ee694a9fc677eb5a..77f971b79cebeadba302209c71d121a711b722b7:/test/functional/changeset_controller_test.rb diff --git a/test/functional/changeset_controller_test.rb b/test/functional/changeset_controller_test.rb index e1cb3a7d4..d60fe2fbc 100644 --- a/test/functional/changeset_controller_test.rb +++ b/test/functional/changeset_controller_test.rb @@ -670,7 +670,7 @@ EOF content diff post :upload, :id => cs_id assert_response :bad_request, "Shouldn't be able to upload a diff with the action ping" - assert_equal @response.body, "Unknown action ping, choices are create, modify, delete." + assert_equal @response.body, "Unknown action ping, choices are create, modify, delete" end ##