Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support matching any input #3

Open
eliobischof opened this issue Jun 15, 2023 · 0 comments · May be fixed by #4
Open

Support matching any input #3

eliobischof opened this issue Jun 15, 2023 · 0 comments · May be fixed by #4

Comments

@eliobischof
Copy link

There is no support for matching ANY input. Each stub input is just valid if it has at least one equals/contains/matches rule. So you always have to specify a speficic key that is compared.

When I don't care about the input structure, I'd like to have a stub that matches on each call, regardless of the keys.
Also, a gRPC request does not necessarily have any keys. They can't be matched at all.

@eliobischof eliobischof linked a pull request Jun 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant