Open
Description
This would solve...
MockNotMatchedError: Mock dispatch not matched for method 'POST': subsequent request to origin https://api.adapty.io was not allowed (net.connect disabled)
The implementation should look like...
MockNotMatchedError: Mock dispatch not matched for method 'POST': subsequent request to origin https://api.adapty.io was not allowed (net.connect disabled), only 3 intercepts were registered on this mock pool
``
## I have also considered...
updating the docs, but people will mis that
## Additional context
I just thought that intercepts only need to be defiend once and then they catch any incoming request. I did not realize they get discarded after a single request.