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

epugh pushed a commit to branch backporting_SOLR-17248
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 1bd1117e9504b35a830b23c5c00207ae3a7a8290
Author: Eric Pugh <[email protected]>
AuthorDate: Fri May 3 16:46:36 2024 +0200

    need trailing /solr
---
 solr/packaging/test/test_zk.bats | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/packaging/test/test_zk.bats b/solr/packaging/test/test_zk.bats
index c3b1cae691d..3ac3fba6ae5 100644
--- a/solr/packaging/test/test_zk.bats
+++ b/solr/packaging/test/test_zk.bats
@@ -49,7 +49,7 @@ teardown() {
 
 @test "get zk host using solr url" {
   sleep 1
-  run solr zk ls / -solrUrl http://localhost:${SOLR_PORT}
+  run solr zk ls / -solrUrl http://localhost:${SOLR_PORT}/solr
   assert_output --partial "aliases.json"
 }
 

Reply via email to