Sha256: e938db90f7426daafd96fc2e72c453c68b216acd81dd724bcadab632784194e1

Contents?: true

Size: 315 Bytes

Versions: 4

Compression:

Stored size: 315 Bytes

Contents

# frozen_string_literal: true

require 'integration_helper'
require 'mws/products'

class TestMWSHeaders < IntegrationTest
  use 'Products'

  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.7 test/integration/test_mws_headers.rb
peddler-1.6.6 test/integration/test_mws_headers.rb
peddler-1.6.5 test/integration/test_mws_headers.rb
peddler-1.6.4 test/integration/test_mws_headers.rb