test/integration/test_mws_headers.rb in peddler-1.6.7 vs test/integration/test_mws_headers.rb in peddler-2.0.0
- old
+ new
@@ -6,10 +6,11 @@
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
+ res = client.get_lowest_priced_offers_for_asin(client.marketplace.id,
+ '1780935374', 'New')
+ refute_nil res.mws_quota_max
end
end
end