We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whilst working on updating the Query API to support timeouts I noticed that the API tests do not currently verify the request parameters against the reqParam type configured as part of the test.
reqParam
This can be verified by deleting all the request parameters within Query (for instance) and the tests will continue to pass.
I'm happy to raise a PR to address this.
The text was updated successfully, but these errors were encountered:
Feel free to address it. Anything improves the quality assurance is much appreciated :)
Sorry, something went wrong.
@kakkoyun I've made a start on ensuring the tests cover the request parameters here.
This can be closed as it's been merged.
josephwoodward
No branches or pull requests
Whilst working on updating the Query API to support timeouts I noticed that the API tests do not currently verify the request parameters against the
reqParam
type configured as part of the test.This can be verified by deleting all the request parameters within Query (for instance) and the tests will continue to pass.
I'm happy to raise a PR to address this.
The text was updated successfully, but these errors were encountered: