diff --git a/test/functional/users_controller_test.rb b/test/functional/users_controller_test.rb index 246b1f6..58b8a89 100644 --- a/test/functional/users_controller_test.rb +++ b/test/functional/users_controller_test.rb @@ -33,7 +33,7 @@ class UsersControllerTest < ActionController::TestCase login_as('admin_user') get :index, :format => 'xml' - assert_equal 'application/xml', @response.content_type + assert_equal 'text/xml', @response.content_type end should 'response as CSV to export users' do -- libgit2 0.21.2