Hi. I started experiencing issue with publish veri...
# pact-ruby
r
Hi. I started experiencing issue with publish verification. It's used to work but today I noticed that after performing rake task locally like bundle exec rake pactverifyat[spec/pacts/contract.json] I get
Cannot publish verification for member_homepage as there is no link named pb:publish-verification-results in the pact JSON. If you are using a pact broker, please upgrade to version 2.0.0 or later
Please help with it or give an advice of what to do. Thanks P.S. I configured to send verification after performing test
Copy code
publish_verification_results true
y
you can’t publish a verification for a local file, as it hasn’t come from a broker
r
thanks