Polishing
Closes gh-4503
This commit is contained in:
committed by
Stephane Nicoll
parent
d4a7c09b4e
commit
da16d6d306
@@ -92,7 +92,7 @@ public class SecurityPropertiesTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testDefaultPasswordAutogeneratedIfUnresolovedPlaceholder() {
|
||||
public void testDefaultPasswordAutogeneratedIfUnresolvedPlaceholder() {
|
||||
this.binder.bind(new MutablePropertyValues(
|
||||
Collections.singletonMap("security.user.password", "${ADMIN_PASSWORD}")));
|
||||
assertFalse(this.binder.getBindingResult().hasErrors());
|
||||
|
||||
Reference in New Issue
Block a user