From: Josh Soref Date: Fri, 25 Jun 2021 04:22:06 +0000 (-0400) Subject: spelling: shouldn't X-Git-Tag: live~2548^2~3 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/7ff3d82c03dbea5fb2187b3403ff21eca13ed9e7?hp=7c7a6b13cc3805a5102c3d89955708cac1dcc41c spelling: shouldn't Signed-off-by: Josh Soref --- diff --git a/test/controllers/api/changesets_controller_test.rb b/test/controllers/api/changesets_controller_test.rb index c527c47e5..1c5529b50 100644 --- a/test/controllers/api/changesets_controller_test.rb +++ b/test/controllers/api/changesets_controller_test.rb @@ -700,7 +700,7 @@ module Api # upload it post changeset_upload_path(changeset), :params => diff, :headers => auth_header assert_response :bad_request, - "shoudln't be able to upload too long a tag to changeset: #{@response.body}" + "shouldn't be able to upload too long a tag to changeset: #{@response.body}" end ##