Hi. I am just looking at the provider-example <htt...
# general
t
Hi. I am just looking at the provider-example https://github.com/pactflow/example-provider/blob/master/src/product/product.providerChange.pact.test.js. This might be a stupid question but I just want to confirm is this just using a dummy (mock) provider? In a real provider contract test would this be making calls to an actual api?
y
it makes calls to the real provider api, which is started up as part of the test
t
ok, thanks Yousaf. I think I was thrown by the stateHandlers function. I thought it was returning dummy responses.