Polish "Restore proxying of @Bean methods in @TestConfiguration"
See gh-18675
This commit is contained in:
@@ -49,7 +49,7 @@ class SampleWebClientTests {
|
||||
assertThat(headers.getLocation()).hasHost("other.example.com");
|
||||
}
|
||||
|
||||
@TestConfiguration
|
||||
@TestConfiguration(proxyBeanMethods = false)
|
||||
static class Config {
|
||||
|
||||
@Bean
|
||||
|
||||
Reference in New Issue
Block a user