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

kocolosk pushed a commit to branch 2493-remove-auth-cache
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 03ea00930d93c37dda449e5f13e974b7d67534e7
Author: Adam Kocoloski <[email protected]>
AuthorDate: Tue Jan 28 15:47:14 2020 -0500

    Try moving multi-part att tests to clustered port
---
 src/couch/test/eunit/couch_db_mpr_tests.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch/test/eunit/couch_db_mpr_tests.erl 
b/src/couch/test/eunit/couch_db_mpr_tests.erl
index bb97c66..30ac983 100644
--- a/src/couch/test/eunit/couch_db_mpr_tests.erl
+++ b/src/couch/test/eunit/couch_db_mpr_tests.erl
@@ -32,7 +32,7 @@ setup() ->
     ok = config:set("admins", ?USER, ?b2l(Hashed), _Persist=false),
     TmpDb = ?tempdb(),
     Addr = config:get("httpd", "bind_address", "127.0.0.1"),
-    Port = mochiweb_socket_server:get(couch_httpd, port),
+    Port = mochiweb_socket_server:get(chttpd, port),
     Url = lists:concat(["http://";, Addr, ":", Port, "/", ?b2l(TmpDb)]),
     Url.
 

Reply via email to