Skip to content

Commit

Permalink
feat: pass through verbose flag to verification
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 26, 2021
1 parent 0be5530 commit a091705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pact/provider_verifier/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def verify_pact(pact_uri)
pact_helper: PROXY_PACT_HELPER,
pact_uri: pact_uri,
backtrace: ENV['BACKTRACE'] == 'true',
verbose: verbose?,
format: options.format,
out: options.out,
request_customizer: ProviderStates::AddProviderStatesHeader
Expand Down

0 comments on commit a091705

Please sign in to comment.