Timothy Jones
04/19/2023, 10:29 AM* Configure separate http response provider pact verification build and webhook to trigger it when the pact content changes. See <https://docs.pact.io/go/webhooks>
from Pactflow, even though the contract is verified. I think this is a bug, but it might be because I’m invoking it wrong, so I’m reporting here before opening an issue. I’ll put my request details in a thread:Timothy Jones
04/19/2023, 10:30 AMPOST: <https://MY_DOMAIN.pactflow.io/contracts/publish>
{
"branch": "main",
"contracts": [
{
"consumerName": "http request consumer",
"content": "<..BASE64 ENCODED CONTRACT...>",
"contentType": "application/json",
"providerName": "http request provider",
"specification": "pact",
},
],
"pacticipantName": "http request consumer",
"pacticipantVersionNumber": "0.7.0-main+75.72e1e6d.SNAPSHOT.Rogue",
"tags": [],
}
Timothy Jones
04/19/2023, 10:31 AMMatt (pactflow.io / pact-js / pact-go)