Add missing @Test to sanitizeLists()

See gh-32792
This commit is contained in:
Johnny Lim 2022-10-20 00:51:17 +09:00 committed by Andy Wilkinson
parent c41a92f66e
commit fc61690675

View File

@ -189,6 +189,7 @@ class ConfigurationPropertiesReportEndpointTests {
}));
}
@Test
void sanitizeLists() {
new ApplicationContextRunner()
.withUserConfiguration(EndpointConfigWithShowNever.class, SensiblePropertiesConfiguration.class)