Skip to content

Commit 32ea309

Browse files
committed
remove removed method from test
1 parent 359f6de commit 32ea309

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry-spring-boot-4/src/test/kotlin/io/sentry/spring/boot4/SentrySpanRestClientCustomizerTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ class SentrySpanRestClientCustomizerTest {
8989
.disableAutomaticRetries() // Required to not make another request automatically
9090
.build()
9191
val requestFactory = HttpComponentsClientHttpRequestFactory(httpClient)
92-
requestFactory.setConnectTimeout(Duration.ofSeconds(2))
9392
requestFactory.setConnectionRequestTimeout(Duration.ofSeconds(2))
9493
it.requestFactory(requestFactory)
9594
}

0 commit comments

Comments
 (0)