Skip to content

Commit ef6b552

Browse files
authored
Merge pull request #403 from Yubico/fido-mds-ykbio
Update YubiKey Bio names in FIDO MDS integration test
2 parents 78bddbb + 5808992 commit ef6b552

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webauthn-server-attestation/src/integrationTest/scala/com/yubico/fido/metadata/FidoMetadataServiceIntegrationTest.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -223,18 +223,18 @@ class FidoMetadataServiceIntegrationTest
223223

224224
it("a YubiKey Bio.") {
225225
check(
226-
"YubiKey Bio Series",
226+
"YubiKey Bio Series - FIDO Edition",
227227
RealExamples.YubikeyBio_5_5_4,
228228
attachmentHintsUsb,
229229
)
230230
check(
231-
"YubiKey Bio Series",
231+
"YubiKey Bio Series - FIDO Edition",
232232
RealExamples.YubikeyBio_5_5_5,
233233
attachmentHintsUsb,
234234
)
235235
withProviderContext(List(new BouncyCastleProvider)) { // Needed for JDK<14 because this example uses EdDSA
236236
check(
237-
"YubiKey Bio Series",
237+
"YubiKey Bio Series - FIDO Edition",
238238
RealExamples.YubikeyBio_5_5_6,
239239
attachmentHintsUsb,
240240
)

0 commit comments

Comments
 (0)