Skip to content

Commit 16eb768

Browse files
committed
resolve coderabbitai comment
1 parent 24d3dbb commit 16eb768

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dspace-api/src/test/java/org/dspace/scripts/HealthReportIT.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,9 @@ public void testMetadataCheckWithRestrictedReportSize() throws Exception {
357357
assertThat(
358358
StringUtils.countMatches(messages.get(0), "does not refer back via dc.relation.isreplacedby"), is(1));
359359
assertThat(messages.get(0), containsString("and more..."));
360+
361+
configurationService.setProperty("healthcheck.metadata.max-errors-to-show", null);
362+
configurationService.setProperty("healthcheck.metadata.error-dispersion-quota", null);
360363
}
361364

362365
private String findItemUri(Item item) {

0 commit comments

Comments
 (0)