this is the relevant bit in my consumer test: ```b...
# pact-jvm
u
this is the relevant bit in my consumer test:
Copy code
body.valueFromProviderState(
                                                                "basketId",
                                                                "basketId",
                                                                existingBasketId.toString())
seems like the 2nd
"basketId"
has to be an expression such as
"${basketId}"