Skip to content

Commit 25002cc

Browse files
committed
updated s3 integ test
1 parent 9ce3003 commit 25002cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/s3/src/it/java/software/amazon/awssdk/services/s3/GetObjectFaultIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void handlerThrowsRetryableException_RetriedUpToLimit() throws Exception
7272
});
7373
assertThatThrownBy(() -> s3.getObject(getObjectRequest(), handler))
7474
.isInstanceOf(SdkClientException.class);
75-
assertThat(handler.currentCallCount()).isEqualTo(4);
75+
assertThat(handler.currentCallCount()).isEqualTo(3);
7676
}
7777

7878
@Test

0 commit comments

Comments
 (0)