❔ How to mock HttpClient that is automatically applied in class without IHttpClientFactory
I mean for example that 80% requests are successful but 20% was unsuccessful as you said, but why this 20% was unsuccessful and how did you solved that
❔ How to mock HttpClient that is automatically applied in class without IHttpClientFactory
So should I create test like this powershell script for every request in my api that I have? Also I don’t understand how is it possible that 80% requests that was successful but 20% not @mtreit