Skip to content

Commit 5236af7

Browse files
committed
fix messaging
1 parent 64c2a3c commit 5236af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ public void testSolrCloudExampleWithPrompts() throws Exception {
585585
String solrUrl = "http://localhost:" + bindPort + "/solr";
586586
if (!CLIUtils.safeCheckCollectionExists(solrUrl, collectionName, null)) {
587587
fail(
588-
"After running Solr cloud example with --prompts, test collection '"
588+
"After running Solr cloud example with --prompt-inputs, test collection '"
589589
+ collectionName
590590
+ "' not found in Solr at: "
591591
+ solrUrl

0 commit comments

Comments
 (0)