This is an automated email from the ASF dual-hosted git repository.

jiahuili430 pushed a commit to branch fix-config-options
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit b4fd97cb40a5fdcf68bf7f247f7a9e9e29f74645
Author: Jiahui Li <[email protected]>
AuthorDate: Tue Aug 26 11:27:50 2025 -0500

    config: `secret` was moved to `[chttpd_auth]` session
---
 src/setup/test/t-frontend-setup.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/setup/test/t-frontend-setup.sh 
b/src/setup/test/t-frontend-setup.sh
index e025cfba2..106312dec 100755
--- a/src/setup/test/t-frontend-setup.sh
+++ b/src/setup/test/t-frontend-setup.sh
@@ -64,8 +64,8 @@ curl 
a:[email protected]:25984/_node/[email protected]/_config/cluster/n
 curl a:[email protected]:15984/_node/[email protected]/_config/couchdb/uuid
 curl a:[email protected]:15984/_node/[email protected]/_config/couchdb/uuid
 
-curl a:[email protected]:15984/_node/[email protected]/_config/couch_httpd_auth/secret
-curl a:[email protected]:15984/_node/[email protected]/_config/couch_httpd_auth/secret
+curl a:[email protected]:15984/_node/[email protected]/_config/chttpd_auth/secret
+curl a:[email protected]:15984/_node/[email protected]/_config/chttpd_auth/secret
 
 
 echo "YAY ALL GOOD"

Reply via email to