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 4289ab5 commit 889102fCopy full SHA for 889102f
spec/google/api_client/discovery_spec.rb
@@ -630,9 +630,10 @@ def mock_connection(&block)
630
end
631
632
it 'should succeed when validating repeated parameters in a correct call' do
633
+ pending("This is caused by Faraday's encoding of query parameters.")
634
conn = stub_connection do |stub|
- stub.get('/adsense/v1/reports?dimension%5B%5D=DATE&dimension%5B%5D=PRODUCT_CODE'+
635
- '&endDate=2010-01-01&metric%5B%5D=CLICKS&metric%5B%5D=PAGE_VIEWS&'+
+ stub.get('/adsense/v1/reports?dimension=DATE&dimension=PRODUCT_CODE'+
636
+ '&endDate=2010-01-01&metric=CLICKS&metric=PAGE_VIEWS&'+
637
'startDate=2000-01-01') do |env|
638
639
0 commit comments