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
When I'm looking into the source, it seems like the default FAKER configuration is overridden and set to false like this:
The response is resulting in a failure due to unknown format, with following response message:
unknown format "decimal" is used in schema at path "..."
Expected it to be 2XX response without an error, as the FAKER setting seems to be set to failOnInvalidFormat: false
The text was updated successfully, but these errors were encountered:
It seems to be related to response validation, as this only is an issue on GET endpoints.
Sorry, something went wrong.
No branches or pull requests
Context
When I'm looking into the source, it seems like the default FAKER configuration is overridden and set to false like this:
Current Behavior
The response is resulting in a failure due to unknown format, with following response message:
Expected Behavior
Expected it to be 2XX response without an error, as the FAKER setting seems to be set to failOnInvalidFormat: false
The text was updated successfully, but these errors were encountered: