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

Move IgnoreQuery to operate off of individual endpoint #1

Open
ChuckJonas opened this issue Aug 1, 2018 · 0 comments
Open

Move IgnoreQuery to operate off of individual endpoint #1

ChuckJonas opened this issue Aug 1, 2018 · 0 comments
Labels
2.0 for next release (breaking changes)

Comments

@ChuckJonas
Copy link
Owner

Right now ignoreQuery is global for the test. While you can switch it on/off before the callout is executed, it would be better if it could be set at the response level.

Think it would be best to add an optional param to the end of addResponse.

EG: mock.addResponse(testEndpoint, mockResp, false);

@ChuckJonas ChuckJonas added the 2.0 for next release (breaking changes) label Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0 for next release (breaking changes)
Projects
None yet
Development

No branches or pull requests

1 participant