Arnon Ram
08/09/2022, 8:41 AMproviderState
to change the body (or part of it) of a POST request?
in the consumer side i add:
body: fromProviderState('${actualyPayload}', samplePayload),
and in the relevant stateHandler
on the provider side i added:
setup: () => {
return Promise.resolve({ actualPayload: payload });
},
But pact still seems to send the original payload