Hi All,
I am currently working on adding contract testing between two services.
One part in particular I have been unsure about.
Question: When the Consumer service uses a client library to send requests to the Provider, we must set the baseUrl for that provider client-library to that of the mock server right?
Note: the client library is offered by the
Provider