test/integration/test_mws_headers.rb in peddler-1.6.3 vs test/integration/test_mws_headers.rb in peddler-1.6.4

- old
+ new

@@ -1,12 +1,11 @@ +# frozen_string_literal: true + require 'integration_helper' require 'mws/products' class TestMWSHeaders < IntegrationTest - def setup - @api = 'Products' - super - end + use 'Products' def test_parses_headers clients.each do |client| res = client.get_lowest_priced_offers_for_asin('1780935374', 'New') refute_nil res.quota