We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af1aeb commit 498518cCopy full SHA for 498518c
lib/pact/provider/pact_source.rb
@@ -23,7 +23,7 @@ def pact_hash
23
def hal_entity
24
http_client_keys = [:username, :password, :token]
25
http_client_options = uri.options.reject{ |k, _| !http_client_keys.include?(k) }
26
- http_client = Pact::Hal::HttpClient.new(http_client_options.merge(verbose: true))
+ http_client = Pact::Hal::HttpClient.new(http_client_options)
27
Pact::Hal::Entity.new(uri, pact_hash, http_client)
28
end
29
0 commit comments