Skip to content

Commit 2ec9ca7

Browse files
committed
Correct hash style
1 parent 4613bdf commit 2ec9ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/requests/request_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_get_camelized_route_and_links
9696
def test_get_accepting_multiple_content_types
9797
get '/posts', headers:
9898
{
99-
'Accept': "application/json, #{JSONAPI::MEDIA_TYPE}, */*"
99+
'Accept' => "application/json, #{JSONAPI::MEDIA_TYPE}, */*"
100100
}
101101
assert_equal 200, status
102102
end

0 commit comments

Comments
 (0)