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
unexpectedErrorProcessingRequest
Some additional context here: #6846 (comment)
We can exercise this hook a few ways, but in particular we should make sure that this hook is called when a different end hook throws.
i.e. parsing fails parsingDidEnd hook throws expect unexpectedErrorProcessingRequest to be called
parsingDidEnd
Same for execution and validation as well.
The text was updated successfully, but these errors were encountered:
post-RC OK
Sorry, something went wrong.
We also have no tests for didEncounterSubsequentErrors and willSendSubsequentPayload
didEncounterSubsequentErrors
willSendSubsequentPayload
Removing from milestone.
trevor-scheer
No branches or pull requests
Some additional context here:
#6846 (comment)
We can exercise this hook a few ways, but in particular we should make sure that this hook is called when a different end hook throws.
i.e. parsing fails
parsingDidEnd
hook throwsexpect
unexpectedErrorProcessingRequest
to be calledSame for execution and validation as well.
The text was updated successfully, but these errors were encountered: