On a related note to above, we have a provider tha...
# pact-jvm
j
On a related note to above, we have a provider that returns either null or an integer for one of its response keys. I looked into using
.valueFromProviderState("degree", "set degree to null", null)
but I've been unable to figure out how to validate it in the provider side using
@State
with SpringBootTest. Any help would be appreciated!
I found this post which has been helpful