jcoglan commented on code in PR #5858:
URL: https://github.com/apache/couchdb/pull/5858#discussion_r3615263303
##########
test/elixir/test/validate_doc_update_test.exs:
##########
@@ -77,6 +77,36 @@ defmodule ValidateDocUpdateTest do
assert resp.status_code == 403
end
+ @tag :with_db
+ test "invalid JavaScript VDU is detected on doc update", context do
+ Couch.put("/_node/_local/_config/couchdb/validate_vdu", body: "\"false\"")
Review Comment:
Thanks, will fix all the calls in this test suite.
--
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]