We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4613bdf commit 2ec9ca7Copy full SHA for 2ec9ca7
1 file changed
test/integration/requests/request_test.rb
@@ -96,7 +96,7 @@ def test_get_camelized_route_and_links
96
def test_get_accepting_multiple_content_types
97
get '/posts', headers:
98
{
99
- 'Accept': "application/json, #{JSONAPI::MEDIA_TYPE}, */*"
+ 'Accept' => "application/json, #{JSONAPI::MEDIA_TYPE}, */*"
100
}
101
assert_equal 200, status
102
end
0 commit comments