test/integration/test_mws_headers.rb in peddler-2.0.4 vs test/integration/test_mws_headers.rb in peddler-2.1.0

- old
+ new

@@ -4,10 +4,10 @@ require 'mws/products' class TestMWSHeaders < IntegrationTest use 'Products' - def test_parses_headers + 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