#9006 fix referenced configuration file (Test)

This commit is contained in:
Christian Bethge
2023-08-03 13:04:03 +02:00
committed by GitHub
parent 29a88d7e2d
commit 309b0b355e

View File

@@ -67,7 +67,7 @@ public class HealthIndicatorsIT extends AbstractControllerIntegrationTest {
match("solrSearchCore", Status.UP, Map.of("status", 0, "detectedPathType", "root")),
match("solrStatisticsCore", Status.UP, Map.of("status", 0, "detectedPathType", "root")),
match("geoIp", UP_WITH_ISSUES_STATUS,
Map.of("reason", "The required 'dbfile' configuration is missing in solr-statistics.cfg!"))
Map.of("reason", "The required 'dbfile' configuration is missing in usage-statistics.cfg!"))
)));
}