Skip to content

Commit ba0e03c

Browse files
committed
chore: remove test results from logging output
1 parent a436e42 commit ba0e03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pact_broker/verifications/service.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def next_number
1919
end
2020

2121
def create next_verification_number, params, pact, webhook_options
22-
logger.info "Creating verification #{next_verification_number} for pact_id=#{pact.id} from params #{params}"
22+
logger.info "Creating verification #{next_verification_number} for pact_id=#{pact.id} from params #{params.reject{ |k,_| k == "testResults"}}"
2323
verification = PactBroker::Domain::Verification.new
2424
provider_version_number = params.fetch('providerApplicationVersion')
2525
PactBroker::Api::Decorators::VerificationDecorator.new(verification).from_hash(params)

0 commit comments

Comments
 (0)