lib/peddler/vcr_matcher.rb in peddler-1.6.0 vs lib/peddler/vcr_matcher.rb in peddler-1.6.1

- old
+ new

@@ -1,15 +1,15 @@ module Peddler # A custom matcher that can be used to record MWS interactions when # integration-testing class VCRMatcher - TRANSIENT_PARAMS = %w( + TRANSIENT_PARAMS = %w[ Signature Timestamp StartDate CreatedAfter QueryStartDateTime - ).freeze + ].freeze - SELLER_PARAMS = %w( + SELLER_PARAMS = %w[ AWSAccessKeyId SellerId - ).freeze + ].freeze class << self def call(*requests) new(*requests).compare end