X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2e3522a2f6fafe1b06124d517fff30b32729397b..865d20af80a70929c761e3ea6d1010669bb4ed62:/test/controllers/api/changesets_controller_test.rb diff --git a/test/controllers/api/changesets_controller_test.rb b/test/controllers/api/changesets_controller_test.rb index 3fecebb23..871eac9ed 100644 --- a/test/controllers/api/changesets_controller_test.rb +++ b/test/controllers/api/changesets_controller_test.rb @@ -908,7 +908,7 @@ module Api CHANGESET post changeset_upload_path(changeset), :params => diff, :headers => auth_header 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("Unknown action ping, choices are create, modify, delete", @response.body) end ##