Skip to content

Commit

Permalink
Add missing comma in TestCloudSearcherWarming's config requests' JSON. (
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoerschke authored Mar 14, 2022
1 parent a63a6fb commit 65d7a3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void testRepFactor1LeaderStartup() throws Exception {
"{"
+ "'add-listener' : {'name':'newSearcherListener','event':'newSearcher', 'class':'"
+ SleepingSolrEventListener.class.getName()
+ "'}"
+ "'},"
+ "'add-listener' : {'name':'firstSearcherListener','event':'firstSearcher', 'class':'"
+ SleepingSolrEventListener.class.getName()
+ "'}"
Expand Down Expand Up @@ -169,7 +169,7 @@ public void testPeersyncFailureReplicationSuccess() throws Exception {
"{"
+ "'add-listener' : {'name':'newSearcherListener','event':'newSearcher', 'class':'"
+ SleepingSolrEventListener.class.getName()
+ "'}"
+ "'},"
+ "'add-listener' : {'name':'firstSearcherListener','event':'firstSearcher', 'class':'"
+ SleepingSolrEventListener.class.getName()
+ "'}"
Expand Down

0 comments on commit 65d7a3d

Please sign in to comment.