Skip to content

Commit b245679

Browse files
committed
replaced broker config with local pact
1 parent 375b463 commit b245679

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

pact/pact-node-messages/src/provider/hero-event-producer.spec.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ describe("message producer", () => {
1111
log: path.resolve(process.cwd(), "logs"),
1212
logLevel: "debug",
1313
provider: "node-message-provider",
14-
pactBrokerUrl: "https://adesso.pact.dius.com.au",
15-
pactBrokerUsername: process.env.PACT_USERNAME,
16-
pactBrokerPassword: process.env.PACT_PASSWORD,
14+
15+
pactUrls: [path.resolve(process.cwd(), "pacts", "node-message-consumer-node-message-provider.json")],
16+
17+
// pactBrokerUrl: "https://adesso.pact.dius.com.au",
18+
// pactBrokerUsername: process.env.PACT_USERNAME,
19+
// pactBrokerPassword: process.env.PACT_PASSWORD,
1720
publishVerificationResult: true,
1821
providerVersion: '1.0.0',
1922
tags: ['latest']

0 commit comments

Comments
 (0)