Skip to content

Commit

Permalink
test(contract): adjust configuration property to use correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloGoncalvesBH committed Mar 19, 2024
1 parent 0ae50b6 commit 6c5c312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/contract/contract.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('ServeRest - Verificação do contrato', () => {
logLevel: 'INFO',
pactBrokerToken: process.env.PACT_BROKER_TOKEN,
providerBaseUrl: SERVER_URL,
providerVersionTags: currentGitBranch,
providerVersionTags: [currentGitBranch],
providerVersion: currentGitHash,
publishVerificationResult: isCI
}
Expand Down

0 comments on commit 6c5c312

Please sign in to comment.