Hello! I’m getting: ```* Configure separate http ...
# pactflow
t
Hello! I’m getting:
Copy code
* 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:
Copy code
POST: <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": [],
}
(Also, should I open this against Pactflow or the OSS broker?)
m
good question. I think this endpoint is in the Pact Broker - so I think OSS