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
Now HTTPStub and ProxyHTTPStub may have the same paths, in this case ProxyHTTPStub will not work. You need to add a check at the stage of creating a new stub, which will not allow you to create a stub with a non-unique path.
The text was updated successfully, but these errors were encountered:
Now
HTTPStub
andProxyHTTPStub
may have the same paths, in this caseProxyHTTPStub
will not work. You need to add a check at the stage of creating a new stub, which will not allow you to create a stub with a non-unique path.The text was updated successfully, but these errors were encountered: