I\'m using the OkHttp MockWebServer to mock my server responses for unit tests.
It works great for the first test, but on the 2nd test my client fails with:
Your second request is using the URL of the first MockWebServer instance. (Each instance has a distinct URL.)