nickva opened a new pull request, #5345:
URL: https://github.com/apache/couchdb/pull/5345
Noticed some design documents crashing because they are missing some of the
expected `req` fields. When an early `TypeError("req.form is undefined")` error
is thrown, it shortcuts the evaluation and we're missing covering that ddoc.
To fix it, fill out the more of the mock request object so we get better
coverage in the scanner.
See https://docs.couchdb.org/en/stable/json-structure.html#request-object
for what the request object might look like.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]