X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4bcd13a024b6c0682ff82c9725753824fe151d0a..124ec2e9d560e0df291e5a8e5aa67ef5db2f5d46:/test/controllers/user_preference_controller_test.rb diff --git a/test/controllers/user_preference_controller_test.rb b/test/controllers/user_preference_controller_test.rb index fac864ae9..ff6e19c38 100644 --- a/test/controllers/user_preference_controller_test.rb +++ b/test/controllers/user_preference_controller_test.rb @@ -53,7 +53,7 @@ class UserPreferenceControllerTest < ActionController::TestCase # try the read again get :read assert_response :success - assert_equal "text/xml", @response.content_type + assert_equal "application/xml", @response.content_type assert_select "osm" do assert_select "preferences", :count => 1 do assert_select "preference", :count => 2