]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/api/changesets_controller_test.rb
Bump eslint from 7.9.0 to 7.10.0
[rails.git] / test / controllers / api / changesets_controller_test.rb
index 3fecebb236b4415647bac9b0aaede2822581036a..871eac9edb7021bc112d4175f0fd776256088012 100644 (file)
@@ -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
 
     ##