]> git.openstreetmap.org Git - rails.git/commitdiff
spelling: shouldn't
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 25 Jun 2021 04:22:06 +0000 (00:22 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Wed, 21 Jul 2021 14:45:38 +0000 (10:45 -0400)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
test/controllers/api/changesets_controller_test.rb

index c527c47e574bd313fa747ae4c72f25db0d13c564..1c5529b502a990ffb2de0c0c228dd052d3b14369 100644 (file)
@@ -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
 
     ##