Skip to content

Commit ad360ca

Browse files
committed
Cleanup
1 parent a903309 commit ad360ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/fixtures/s3-fixture/src/test/java/fixture/s3/S3HttpHandlerTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,8 @@ public void testPreventObjectOverwrite() throws InterruptedException {
445445

446446
tasks.stream().filter(task -> task.uploadId != null).forEach(task -> {
447447
if (task.status == RestStatus.PRECONDITION_FAILED) {
448-
logger.info("failed");
449448
assertNotNull(handler.getUpload(task.uploadId));
450449
} else {
451-
logger.info("success");
452450
assertNull(handler.getUpload(task.uploadId));
453451
}
454452
});

0 commit comments

Comments
 (0)