Hi, I have a JSON API implemented with ja_serializer that uses the content-type "application/vnd.api+json" as in the JSON:API spec.
Is there a way to make this work with phoenix_integration so I can use asserts like assert_response(json: "...")?
Currently this fails as it expects a content type of application/json.
Hi, I have a JSON API implemented with ja_serializer that uses the content-type "application/vnd.api+json" as in the JSON:API spec.
Is there a way to make this work with
phoenix_integrationso I can use asserts likeassert_response(json: "...")?Currently this fails as it expects a content type of
application/json.