summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <bob@rsn.io>2019-11-28 23:07:48 +0000
committerRobert Newson <rnewson@apache.org>2019-12-02 17:51:44 +0000
commit7f66662dd82254c59ab1db5da193bb8f48c91876 (patch)
treecc9275b47d40c5a6f8e82cb1ddb581af1b428267
parentc79d85314307d67222bd19b3c19f6b5c32a012f0 (diff)
downloadcouchdb-7f66662dd82254c59ab1db5da193bb8f48c91876.tar.gz
fix (unrelated, right, am I crazy?) proxyauth.js test
-rw-r--r--test/javascript/tests/proxyauth.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/javascript/tests/proxyauth.js b/test/javascript/tests/proxyauth.js
index c60c24e46..cc75faaf3 100644
--- a/test/javascript/tests/proxyauth.js
+++ b/test/javascript/tests/proxyauth.js
@@ -108,7 +108,7 @@ couchTests.proxyauth = function(debug) {
run_on_modified_server(
[{section: "httpd",
key: "authentication_handlers",
- value:"{chttpd_auth, proxy_authentification_handler}, {chttpd_auth, default_authentication_handler}"},
+ value:"{chttpd_auth, proxy_authentication_handler}, {chttpd_auth, default_authentication_handler}"},
{section: "chttpd_auth",
key: "authentication_db",
value: users_db_name},