hi. Does anyone get an error when trying to verify...
# general
a
hi. Does anyone get an error when trying to verify a pact from the Broker, with an error similar to this:
Copy code
2024-07-04T14:09:47.052231Z  INFO ThreadId(13) pact_verifier::pact_broker: Fetching path '/' from pact broker
2024-07-04T14:09:48.244108Z  INFO ThreadId(13) pact_verifier::pact_broker: Fetching path '/pacts/provider/GettingStartedOrderApiAndrea/for-verification' from pact broker
2024-07-04T14:09:48.919172Z ERROR ThreadId(13) pact_verifier: Could not load pacts from pact broker '<https://test.pactflow.io>': Link/Resource was not found - No pacts were found for this provider
2024-07-04T14:09:48.919284Z ERROR ThreadId(13) pact_verifier: Failed to load pact - Could not load pacts from pact broker '<https://test.pactflow.io>'
m
What selectors did you use to try and find this?
a
what do you mean by selectors?
I am using the
pact-broker publish pacts
command to publish pacts and I can see them on the broker. However, the provider tests are failing with the error I put above.
m
Selectors are what you use to discover pacts in the provider verification
What does your provider test setup look like?