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
Hello!
I am trying to use wildcards. To understand I have executed the test from this repo.
What I have found is that it does not work as it is expected (IMO).
Hello!
I am trying to use wildcards. To understand I have executed the test from this repo.
What I have found is that it does not work as it is expected (IMO).
When I put this URL "http://localhost:9001//wildcard-extended/__/foobar" then I get correct response "wildcards-extended".
But when I put "http://localhost:9001//wildcard-extended/1/foobar" then I get "Not Mocked".
Is it correct behavior?
What I have to do to not make copies of the same mock file if I want to have following structure:
foo/1/bar/GET.mock
foo/2/bar/GET.mock
...
The text was updated successfully, but these errors were encountered: