File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
config/src/test/java/org/springframework/security Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -584,7 +584,9 @@ class SpringSecurityCoreVersionSerializableTests {
584
584
generatorByClassName .put (CredProtectAuthenticationExtensionsClientInput .class ,
585
585
(c ) -> new CredProtectAuthenticationExtensionsClientInput (credProtect ));
586
586
generatorByClassName .put (ImmutableAuthenticationExtensionsClientInputs .class , (i ) -> inputs );
587
- generatorByClassName .put (ImmutableAuthenticationExtensionsClientInput .class ,
587
+ Field credPropsField = ReflectionUtils .findField (ImmutableAuthenticationExtensionsClientInput .class ,
588
+ "credProps" );
589
+ generatorByClassName .put (credPropsField .getType (),
588
590
(i ) -> ImmutableAuthenticationExtensionsClientInput .credProps );
589
591
generatorByClassName .put (Bytes .class , (b ) -> id );
590
592
generatorByClassName .put (PublicKeyCredentialDescriptor .class , (d ) -> descriptor );
You can’t perform that action at this time.
0 commit comments