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

Question: should serdes.serialize be called when validateResponse=false #871

Open
aivanov-noveo opened this issue Oct 25, 2023 · 0 comments

Comments

@aivanov-noveo
Copy link

aivanov-noveo commented Oct 25, 2023

The current behaviour is:

  1. validateResponse=true -> serialize from serDes is called
  2. validateResponse=false -> serialize from serDes is NOT called

The documentation states that:

Serialization occurs after response schema validation

As I get it after does not mean here that if validation is turned off then a serialization does not occur at all. Please clarify that moment.

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

No branches or pull requests

1 participant