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
It's indeed not supported. I just hit the same issue, and the code in getWildcardPath actually "tries" all combinations of paths that contain a single __... so anything with more than one variable won't work.
I'm trying to mock the following call:
GET api/namespaces/my-namespace/services/my-service/metrics
I tried the following file:
api/namespaces/__/services/__/metrics/GET.mock
and is not working, the server answers: "Not Mocked"However this works:
api/namespaces/__/services/my-service/metrics/GET.mock
It makes me believe that nesting the wilcards is not working (or not yet implemented).
The text was updated successfully, but these errors were encountered: