You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are 3 different implementations of HttpClient. All of them have their own test file with duplicated test cases. Refactor the same tests to accept HttpClient (or some factory method) as test parameter to achieve something like this: