Skip to content

Commit 89df786

Browse files
committed
fix: add pactBrokerToken to match pact-node VerifierOptions
1 parent efc9114 commit 89df786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dsl/verifier.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export interface VerifierOptions {
3737
providerStatesSetupUrl?: string
3838
pactBrokerUsername?: string
3939
pactBrokerPassword?: string
40+
pactBrokerToken?: string
4041
consumerVersionTag?: string
4142
customProviderHeaders?: string[]
4243
publishVerificationResult?: boolean

0 commit comments

Comments
 (0)