We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c38f7d commit bee9e63Copy full SHA for bee9e63
1 file changed
test/integration/requests/request_test.rb
@@ -93,7 +93,7 @@ def test_get_camelized_route_and_links
93
JSONAPI.configuration = original_config
94
end
95
96
- def test_get_accepting_multiple_content_types
+ def test_get_multiple_accept_media_types
97
get '/posts', headers:
98
{
99
'Accept' => "application/json, #{JSONAPI::MEDIA_TYPE}, */*"
0 commit comments