Polish "Restore proxying of @Bean methods in @TestConfiguration"

See gh-18675
This commit is contained in:
Stephane Nicoll
2019-10-22 09:10:32 +02:00
parent 7faa606920
commit fd94608f73
13 changed files with 30 additions and 27 deletions

View File

@@ -49,7 +49,7 @@ class SampleWebClientTests {
assertThat(headers.getLocation()).hasHost("other.example.com");
}
@TestConfiguration
@TestConfiguration(proxyBeanMethods = false)
static class Config {
@Bean