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: webauthn-server-attestation/src/integrationTest/scala/com/yubico/fido/metadata/FidoMetadataServiceIntegrationTest.scala
+3-3
Original file line number
Diff line number
Diff line change
@@ -223,18 +223,18 @@ class FidoMetadataServiceIntegrationTest
223
223
224
224
it("a YubiKey Bio.") {
225
225
check(
226
-
"YubiKey Bio Series",
226
+
"YubiKey Bio Series - FIDO Edition",
227
227
RealExamples.YubikeyBio_5_5_4,
228
228
attachmentHintsUsb,
229
229
)
230
230
check(
231
-
"YubiKey Bio Series",
231
+
"YubiKey Bio Series - FIDO Edition",
232
232
RealExamples.YubikeyBio_5_5_5,
233
233
attachmentHintsUsb,
234
234
)
235
235
withProviderContext(List(newBouncyCastleProvider)) { // Needed for JDK<14 because this example uses EdDSA
0 commit comments