We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcd04e commit 3f53790Copy full SHA for 3f53790
webauthn4j-spring-security-core/src/test/java/integration/component/RegistrationValidationTest.java
@@ -81,7 +81,7 @@ public void validate_test() {
81
null
82
);
83
84
- AuthenticatorAttestationResponse registrationRequest = clientPlatform.create(credentialCreationOptions).getAuthenticatorResponse();
+ AuthenticatorAttestationResponse registrationRequest = clientPlatform.create(credentialCreationOptions).getResponse();
85
86
MockHttpServletRequest mockHttpServletRequest = new MockHttpServletRequest();
87
mockHttpServletRequest.setScheme("https");
0 commit comments