We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a903309 commit ad360caCopy full SHA for ad360ca
test/fixtures/s3-fixture/src/test/java/fixture/s3/S3HttpHandlerTests.java
@@ -445,10 +445,8 @@ public void testPreventObjectOverwrite() throws InterruptedException {
445
446
tasks.stream().filter(task -> task.uploadId != null).forEach(task -> {
447
if (task.status == RestStatus.PRECONDITION_FAILED) {
448
- logger.info("failed");
449
assertNotNull(handler.getUpload(task.uploadId));
450
} else {
451
- logger.info("success");
452
assertNull(handler.getUpload(task.uploadId));
453
}
454
});
0 commit comments