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

Parameters are not validated correctly in validate transaction flow. #299

Open
VShingala opened this issue Sep 10, 2020 · 0 comments
Open
Labels
improvement Issue is for improvement of existing flow. validation Concerns validation flow of module.

Comments

@VShingala
Copy link
Member

As mentioned in existing thread postmanlabs/postman-app-support#8940 (comment).

Validation corectly validates transaction even when it is not following schema. For example transaction with integer as value as query param is validated correctly when schema mentions param to be string/uuid.

This is happening due to parmaeters only validated for type checking currently.

@VShingala VShingala added validation Concerns validation flow of module. improvement Issue is for improvement of existing flow. labels Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Issue is for improvement of existing flow. validation Concerns validation flow of module.
Projects
None yet
Development

No branches or pull requests

1 participant