Sha256: 10d40b4d6a600e9d18bdf0fe6381320a5ef2c482164546961d3b87d52a3f36c9

Contents?: true

Size: 317 Bytes

Versions: 4

Compression:

Stored size: 317 Bytes

Contents

require 'integration_helper'
require 'mws/products'

class TestMWSHeaders < IntegrationTest
  def setup
    @api = 'Products'
    super
  end

  def test_parses_headers
    clients.each do |client|
      res = client.get_lowest_priced_offers_for_asin('1780935374', 'New')
      refute_nil res.quota
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
peddler-1.6.3 test/integration/test_mws_headers.rb
peddler-1.6.2 test/integration/test_mws_headers.rb
peddler-1.6.1 test/integration/test_mws_headers.rb
peddler-1.6.0 test/integration/test_mws_headers.rb