lib/pact/provider/rspec/pact_broker_formatter.rb in pact-1.56.0 vs lib/pact/provider/rspec/pact_broker_formatter.rb in pact-1.57.0

- old
+ new

@@ -23,10 +23,10 @@ .examples .map { |example| format_example(example) } end def close(_notification) - Pact::Provider::VerificationResults::PublishAll.call(Pact.provider_world.pact_sources, output_hash) + Pact::Provider::VerificationResults::PublishAll.call(Pact.provider_world.pact_sources, output_hash, { verbose: Pact.provider_world.verbose }) end private def format_example(example)