Sha256: 68cd9f4d37246854b00efc5dfd825c7c392448c3c8ca800aaf55685c75e8b94c

Contents?: true

Size: 399 Bytes

Versions: 3

Compression:

Stored size: 399 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(client.marketplace.id,
                                                     '1780935374', 'New')
      refute_nil res.mws_quota_max
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
peddler-2.0.4 test/integration/test_mws_headers.rb
peddler-2.0.3 test/integration/test_mws_headers.rb
peddler-2.0.0 test/integration/test_mws_headers.rb