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 22c362e commit 85e27e6Copy full SHA for 85e27e6
webauthn-server-core/src/test/java/com/yubico/webauthn/RelyingPartyTest.java
@@ -134,7 +134,7 @@ public void testOriginsWithSet() {
134
}
135
136
@Test
137
- public void testOriginsWithEmptyOptionalSet() {
+ public void testOriginsWithAbsentOptionalSet() {
138
RelyingParty rp =
139
RelyingParty.builder()
140
.identity(RelyingPartyIdentity.builder().id("localhost").name("Test").build())
0 commit comments