Kesha
Kesha copied to clipboard
[BUG] Add validation for the uniqueness of the path in the stubs
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.