Skip to content

Commit

Permalink
PEK-519 include test profile for webclient with proxy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfofanov committed Aug 28, 2024
1 parent 7cbf702 commit d31621d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import reactor.netty.http.client.HttpClient
@Configuration
class WebClientConfig {

@Profile(value = ["prod", "preprod"])
@Profile(value = ["prod", "preprod", "test"])
@Bean
fun httpClient(): HttpClient =
HttpClient.create().proxyWithSystemProperties().option(ChannelOption.CONNECT_TIMEOUT_MILLIS, CONNECT_TIMEOUT_MILLIS)
Expand Down

0 comments on commit d31621d

Please sign in to comment.