Fábio Rodrigues
09/01/2022, 8:57 AM[10h26] 2022-08-31T07:31:01.8906579Z [DEBUG][pact_verifier::pact_broker] Sending JSON to <https://outsystems.pactflow.io/pacts/provider/application-versioning-service/for-verification> using POST: {"providerVersionTags":[],"includePendingStatus":true,"consumerVersionSelectors":[{"consumer":"publish-service","mainBranch":true}]}
For any other consumer it is working fine, we get the specific contract but for that one - 'publish-service' he doesn't give anything and it returns that pact couldn't find the contract.
When i checked out using the API browser using the following call (for the contracts to be verified endpoint that the url use)
{
"providerVersionTags": [],
"includePendingStatus": true,
"consumerVersionSelectors": [
{
"consumer": "publish-service",
"mainBranch": true
}
]
}
i got the response where i got all contracts (but no publish-service one)
when "consumer" is, for example, another one (like alm-app) i get only that one (as expected)Beth (pactflow.io/Pact Broker/pact-ruby)
Beth (pactflow.io/Pact Broker/pact-ruby)
/pacticipants/publish-service]Fábio Rodrigues
09/02/2022, 8:18 AMFábio Rodrigues
09/02/2022, 8:19 AMBeth (pactflow.io/Pact Broker/pact-ruby)
Beth (pactflow.io/Pact Broker/pact-ruby)
Beth (pactflow.io/Pact Broker/pact-ruby)
Fábio Rodrigues
09/07/2022, 8:18 AM