test/integration_helper.rb in peddler-0.7.1 vs test/integration_helper.rb in peddler-0.7.2

- old
+ new

@@ -9,13 +9,10 @@ c.before_record do |interaction| interaction.ignore! if interaction.response.status.code >= 400 end - nondeterministic_params = %w( - AWSAccessKeyId SellerId Signature Timestamp StartDate CreatedAfter - Destination.AttributeList.member.1.Value - ) + nondeterministic_params = %w(Signature Timestamp StartDate CreatedAfter) matcher = VCR.request_matchers.uri_without_param(*nondeterministic_params) c.default_cassette_options = { match_requests_on: [:method, matcher], record: :new_episodes }