Skip to content

Commit 0a4e83d

Browse files
committed
SOLR-18233 Fix test failure in AuthToolTest
1 parent bc5a2eb commit 0a4e83d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solr/core/src/test/org/apache/solr/cli/AuthToolTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void testEnableAuth() throws Exception {
6767
"--solr-include-file",
6868
solrIncludeFile.toAbsolutePath().toString(),
6969
"--credentials",
70-
"solr:solr",
70+
"solr:solrRocks",
7171
"--block-unknown",
7272
"true"
7373
};

0 commit comments

Comments
 (0)