Kerry McKeever
04/24/2023, 5:46 PM/pacts/provider/:provider/for-verification
endpoint, it shows no pacts to verify. Does anyone know what could be causing this? I have verified the provider I'm passing in for :provider
matches the actual provider shown in Pactflow:Kerry McKeever
04/24/2023, 6:17 PMKerry McKeever
04/24/2023, 6:17 PMYousaf Nabi (pactflow.io)
Sending JSON to ***/pacts/provider/auth-api/for-verification using POST: {"providerVersionTags":[],"includePendingStatus":true,"consumerVersionSelectors":[],"providerVersionBranch":"15696/merge"}
you have no consumer version selectors here, so currently you would be need to verify your pact by URL, provider verification tasks will traditionally pick up deployed or released consumers, plus those against the configured main branch (main/master if published will automatically set it as the main branch)Kerry McKeever
04/24/2023, 7:00 PMKerry McKeever
04/24/2023, 8:52 PMenablePending: true
to the provider verification options not allow passing if no pacts from the target branch are found? I thought it did.Kerry McKeever
04/24/2023, 8:53 PMYousaf Nabi (pactflow.io)