Merge pull request #32792 from izeye
* gh-32792: Add missing @Test to sanitizeLists() Closes gh-32792
This commit is contained in:
commit
34d2aef1ee
|
@ -189,6 +189,7 @@ class ConfigurationPropertiesReportEndpointTests {
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
void sanitizeLists() {
|
void sanitizeLists() {
|
||||||
new ApplicationContextRunner()
|
new ApplicationContextRunner()
|
||||||
.withUserConfiguration(EndpointConfigWithShowNever.class, SensiblePropertiesConfiguration.class)
|
.withUserConfiguration(EndpointConfigWithShowNever.class, SensiblePropertiesConfiguration.class)
|
||||||
|
|
Loading…
Reference in New Issue