X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7ff3d82c03dbea5fb2187b3403ff21eca13ed9e7..0bbdadd727a37ee71d4a8c89b50ce2060d6a6240:/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 1c5529b50..8e8f4c185 100644 --- a/test/controllers/api/changesets_controller_test.rb +++ b/test/controllers/api/changesets_controller_test.rb @@ -63,7 +63,7 @@ module Api "" put changeset_create_path, :params => xml, :headers => auth_header - assert_response :success, "Creation of changeset did not return sucess status" + assert_response :success, "Creation of changeset did not return success status" newid = @response.body.to_i # check end time, should be an hour ahead of creation time