Skip to content

Commit

Permalink
DSpace#9006 fix referenced configuration file (Test)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBethgster authored Aug 3, 2023
1 parent 29a88d7 commit 309b0b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void testWithAdminUser() throws Exception {
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!"))
)));

}
Expand Down

0 comments on commit 309b0b3

Please sign in to comment.