We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718d83c commit 91c2fffCopy full SHA for 91c2fff
test/async/http/client/google.rb
@@ -22,7 +22,7 @@
22
end
23
24
it 'can fetch remote resource' do
25
- response = client.get('/', 'accept' => '*/*')
+ response = client.get('/', {'accept' => '*/*'})
26
27
response.finish
28
0 commit comments