Hi :wave: I'm reusing a participant (my consumer) ...
# general
b
Hi 👋 I'm reusing a participant (my consumer) with a colleague who has created a provider. And I'm seeing two integrations in PactFlow. The error I would like to fix is below...
Copy code
Computer says no ¯_(ツ)_/¯

There is no verified pact between version 2eaea58+1646755788 of pactflow-example-consumer and the version of pactflow-example-provider currently deployed to production (no such version exists)
But I don't want to verify the
pactflow-example-provider
I only want to verify the new integration
pactflow-example-provider-restassured
.
I was able to resolve this error by deleting my local
pacts/*.json
file.
👍 1