test/integration_helper.rb in peddler-0.7.6 vs test/integration_helper.rb in peddler-0.7.7

- old
+ new

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