how does one effectively use `valueFromProviderSta...
# pact-jvm
u
how does one effectively use
valueFromProviderState
in responses? I'm struggling to figure out how this work. The test I have in mind is a consumer saying "when I GET /entity/1 I expect a response like {id: 1}" for instance, where
1
in the path matches the
1
in the response (I already have
pathFromProviderState
working fine)