You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crypto/src/test/java/org/springframework/security/crypto/password/DelegatingPasswordEncoderTests.java
+17-5Lines changed: 17 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@
43
43
@ExtendWith(MockitoExtension.class)
44
44
publicclassDelegatingPasswordEncoderTests {
45
45
46
+
publicstaticfinalStringNO_PASSWORD_ENCODER = "You have entered a password with no PasswordEncoder. If that is your intent, it should be prefixed with `{noop}`.";
47
+
46
48
@Mock
47
49
privatePasswordEncoderbcrypt;
48
50
@@ -201,23 +203,23 @@ public void matchesWhenUnMappedThenIllegalArgumentException() {
0 commit comments