Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(README.md): providerVersion is a string not a boolean #217

Merged
merged 1 commit into from
Oct 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ new Verifier().verifyProvider(opts).then(function () {
| `providerStatesSetupUrl` | false | string | URL to send PUT requests to setup a given provider state. Optional, required only if you provide a 'state' in any consumer tests. |
| `pactBrokerUsername` | false | string | Username for Pact Broker basic authentication |
| `pactBrokerPassword` | false | string | Password for Pact Broker basic authentication |
| `publishVerificationResult` | false | boolean | Publish verification result to Broker |
| `providerVersion` | false | boolean | Provider version, required to publish verification results to a broker |
| `publishVerificationResult` | false | boolean | Publish verification result to Broker |boolean
| `providerVersion` | false | string | Provider version, required to publish verification results to a broker |
| `customProviderHeaders` | false | array of strings | Header(s) to add to provider state set up and pact verification re`quests`. eg 'Authorization: Basic cGFjdDpwYWN0'.Broker. Optional otherwise. |
| `timeout` | false | number | The duration in ms we should wait to confirm verification process was successful. Defaults to 30000, Optional. |

Expand Down