Open
Description
Description
This issue refs #51913. I would like to take a stab at making it possible to define the responsefactory on a per service level in the http_client.yaml file:
framework:
http_client:
scoped_clients:
apiServiceClient:
mock_response_factory: "acme_mock_factory"
Two questions:
- I think I need some pointers to which files I should edit to parse the config and setup a mockhttpclient for the service.
- Is the configuration ok? I.e. mock_response_factory ?
Example
No response