Merge pull request #32792 from izeye

* gh-32792:
  Add missing @Test to sanitizeLists()

Closes gh-32792
pull/32846/head
Andy Wilkinson 2 years ago
commit 34d2aef1ee

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

Loading…
Cancel
Save