Skip to content

Fix rails 6 content type deprecation warnings

What does this MR do?

I had enough of seeing:

DEPRECATION WARNING: Rails 6.1 will return Content-Type header without modification. If you want just the MIME type, please use `#media_type` instead.

in my rspec outputs 😄

Time to do something about it and just follow the suggestion: use #media_type

Screenshots

Example running $ bundle exec rspec ee/spec/requests/api/nuget_packages_spec.rb

Before this MR: Screenshot_2020-02-07_at_14.52.56

After this MR: Screenshot_2020-02-07_at_14.54.48

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Dan Jensen

Merge request reports

Loading