Skip to content

Commit 15706cc

Browse files
vigohemefellows
authored andcommitted
fix(README.md): providerVersion is a string not a boolean (#217)
1 parent 73c7a86 commit 15706cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ new Verifier().verifyProvider(opts).then(function () {
275275
| `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. |
276276
| `pactBrokerUsername` | false | string | Username for Pact Broker basic authentication |
277277
| `pactBrokerPassword` | false | string | Password for Pact Broker basic authentication |
278-
| `publishVerificationResult` | false | boolean | Publish verification result to Broker |
279-
| `providerVersion` | false | boolean | Provider version, required to publish verification results to a broker |
278+
| `publishVerificationResult` | false | boolean | Publish verification result to Broker |boolean
279+
| `providerVersion` | false | string | Provider version, required to publish verification results to a broker |
280280
| `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. |
281281
| `timeout` | false | number | The duration in ms we should wait to confirm verification process was successful. Defaults to 30000, Optional. |
282282

0 commit comments

Comments
 (0)