We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad7761 commit 742d506Copy full SHA for 742d506
lib/pact_broker/matrix/service.rb
@@ -18,8 +18,7 @@ def find selectors, options = {}
18
19
def find_for_consumer_and_provider params, options = {}
20
selectors = [{ pacticipant_name: params[:consumer_name] }, { pacticipant_name: params[:provider_name] }]
21
- default_options = { latestby: 'cvpv' }
22
- find(selectors, default_options.merge(options))
+ find(selectors, options)
23
end
24
25
def find_for_consumer_and_provider_with_tags params
0 commit comments