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
Coming from #386 (comment), looks like response/content-type is not validated.
response/content-type
In tests.
response: status: 200 content_type: x/z // doesn't matter what you put here
Fail if the response type is incorrect.
The text was updated successfully, but these errors were encountered:
Xtansia
Successfully merging a pull request may close this issue.
What is the bug?
Coming from #386 (comment), looks like
response/content-type
is not validated.How can one reproduce the bug?
In tests.
What is the expected behavior?
Fail if the response type is incorrect.
The text was updated successfully, but these errors were encountered: