mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Merge branch '2.2.x' into 2.3.x
Closes gh-22746
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ class WebMvcEndpointExposureIntegrationTests {
|
||||
int port = context.getSourceApplicationContext(ServletWebServerApplicationContext.class).getWebServer()
|
||||
.getPort();
|
||||
ExchangeStrategies exchangeStrategies = ExchangeStrategies.builder()
|
||||
.codecs((configurer) -> configurer.defaultCodecs().maxInMemorySize(512 * 1024)).build();
|
||||
.codecs((configurer) -> configurer.defaultCodecs().maxInMemorySize(-1)).build();
|
||||
return WebTestClient.bindToServer().baseUrl("http://localhost:" + port).exchangeStrategies(exchangeStrategies)
|
||||
.build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user