Skip to content

Commit 498518c

Browse files
committed
fix: remove accidentally committed verbose: true
1 parent 3af1aeb commit 498518c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pact/provider/pact_source.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def pact_hash
2323
def hal_entity
2424
http_client_keys = [:username, :password, :token]
2525
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))
26+
http_client = Pact::Hal::HttpClient.new(http_client_options)
2727
Pact::Hal::Entity.new(uri, pact_hash, http_client)
2828
end
2929
end

0 commit comments

Comments
 (0)