Skip to content

Commit

Permalink
Update YubiKey Bio names in FIDO MDS integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Feb 10, 2025
1 parent b1fa6ca commit 5808992
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,18 +223,18 @@ class FidoMetadataServiceIntegrationTest

it("a YubiKey Bio.") {
check(
"YubiKey Bio Series",
"YubiKey Bio Series - FIDO Edition",
RealExamples.YubikeyBio_5_5_4,
attachmentHintsUsb,
)
check(
"YubiKey Bio Series",
"YubiKey Bio Series - FIDO Edition",
RealExamples.YubikeyBio_5_5_5,
attachmentHintsUsb,
)
withProviderContext(List(new BouncyCastleProvider)) { // Needed for JDK<14 because this example uses EdDSA
check(
"YubiKey Bio Series",
"YubiKey Bio Series - FIDO Edition",
RealExamples.YubikeyBio_5_5_6,
attachmentHintsUsb,
)
Expand Down

0 comments on commit 5808992

Please sign in to comment.