Skip to content

Commit ce18db7

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore: add max retries to test (#462)
1 parent fd9ddcc commit ce18db7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lithic-java-core/src/test/kotlin/com/lithic/api/core/http/RetryingHttpClientTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ internal class RetryingHttpClientTest {
4545
val retryingClient =
4646
RetryingHttpClient.builder()
4747
.httpClient(httpClient)
48+
.maxRetries(2)
4849
.idempotencyHeader("X-Some-Header")
4950
.build()
5051
val response = retryingClient.execute(request)

0 commit comments

Comments
 (0)