Hello guys, We have set of microservices running ...
# pact-net
j
Hello guys, We have set of microservices running in AKS cluster. These services uses DaprClient to interact with reach other. As we are implementing Pactflow for contract testing between the services, I was wondering whether it is possible to mock daprClient using PactNet or anyother work around to be followed here..
👀 1
To add more.. I made this working by passing Consumer context mockserver uri to DaprClientBuilder and build a DaprClient. But now, I am facing issue with the "Path" i.e. I need to pass the path as "/v1.0/invoke/daprAppServiceId/method/{myapiurl}". "/v1.0/invoke/daprserrviceId/method" is appended by daprclient, which I dont have any control over it. Is there a way to override the Path match rule or to match "contains" instead of "exact" in PactNet?