Skip to content

Commit

Permalink
fix: remove accidentally committed verbose: true
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 22, 2020
1 parent 3af1aeb commit 498518c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact/provider/pact_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def pact_hash
def hal_entity
http_client_keys = [:username, :password, :token]
http_client_options = uri.options.reject{ |k, _| !http_client_keys.include?(k) }
http_client = Pact::Hal::HttpClient.new(http_client_options.merge(verbose: true))
http_client = Pact::Hal::HttpClient.new(http_client_options)
Pact::Hal::Entity.new(uri, pact_hash, http_client)
end
end
Expand Down

0 comments on commit 498518c

Please sign in to comment.