Sha256: 3bc1305a7702bf7633cf8b16316dd4f35bdd41b0b49612a8c113d652dd28e714
Contents?: true
Size: 400 Bytes
Versions: 1
Compression:
Stored size: 400 Bytes
Contents
# frozen_string_literal: true require 'integration_helper' require 'mws/products' class TestMWSHeaders < IntegrationTest use 'Products' def test_parsing_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peddler-2.1.0 | test/integration/test_mws_headers.rb |