Skip to content

Commit 2323ce6

Browse files
committed
[XEN-3146] fix test compilation in CI
1 parent a4b137c commit 2323ce6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integration-tests/src/test/java/eu/xenit/solr/backup/s3/SolrBackupTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ private void callBackupEndpoint(int count) {
196196
.statusCode(200)
197197
.extract()
198198
.path("details.backup");
199-
if (backup != null) System.out.println("Found backup object: %s".formatted(backup));
200199
System.out.println("elapsed = " + (System.currentTimeMillis() - startTime));
201200
return backup != null;
202201
});

0 commit comments

Comments
 (0)