Skip to content

Commit 3f53790

Browse files
committed
Catch up WebAuthn4J update
1 parent 2fcd04e commit 3f53790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webauthn4j-spring-security-core/src/test/java/integration/component/RegistrationValidationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void validate_test() {
8181
null
8282
);
8383

84-
AuthenticatorAttestationResponse registrationRequest = clientPlatform.create(credentialCreationOptions).getAuthenticatorResponse();
84+
AuthenticatorAttestationResponse registrationRequest = clientPlatform.create(credentialCreationOptions).getResponse();
8585

8686
MockHttpServletRequest mockHttpServletRequest = new MockHttpServletRequest();
8787
mockHttpServletRequest.setScheme("https");

0 commit comments

Comments
 (0)