Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ywangd committed Oct 24, 2024
1 parent d782b48 commit 5103ae4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public void testMaxConnectionsCanBeSet() {
assertEquals(50, ClientConfiguration.DEFAULT_MAX_CONNECTIONS);
}

public void testNonDefaultRetryPolicy() {
public void testStatelessDefaultRetryPolicy() {
final var s3ClientSettings = S3ClientSettings.load(Settings.EMPTY).get("default");
final var clientConfiguration = S3Service.buildConfiguration(s3ClientSettings, true);
assertThat(clientConfiguration.getRetryPolicy(), is(S3Service.RETRYABLE_403_RETRY_POLICY));
Expand Down

0 comments on commit 5103ae4

Please sign in to comment.