I'm trying to use @ignorenopactstoverify for provi...
# pact-jvm
j
I'm trying to use @ignorenopactstoverify for provider tests using junit. If there's no PACT for the provider recorded in the broker, I realise that the context will be null but even if I try to handle the exception I can't get the test to pass. Are there any examples for the use of @ignorenopactstoverify ?
👋 1
y
but it looks like from the results, it could be a bit more prominent
This issue looks like it might be worth a view buddy, if you are getting into the feature. Not hugely familiar with pact-jvm at the moment so finding my feet https://github.com/pact-foundation/pact-jvm/issues/1448
👍 1
j
Thanks. Very useful. I think the case I'm looking is bit different as it's when there is no integration recorded for the provider in the broker but I could be wrong. Still working through everything.