Skip to content

Commit 5da1e90

Browse files
committed
Update name of YubiKey 5Ci in FIDO MDS integration tests
1 parent 395329f commit 5da1e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class FidoMetadataServiceIntegrationTest
186186
}
187187

188188
it("a YubiKey 5Ci.") {
189-
check("YubiKey 5Ci", RealExamples.YubiKey5Ci, attachmentHintsUsb)
189+
check("YubiKey 5 .*Lightning", RealExamples.YubiKey5Ci, attachmentHintsUsb)
190190
}
191191

192192
ignore("a Security Key by Yubico.") { // TODO: Investigate why this fails
@@ -223,7 +223,7 @@ class FidoMetadataServiceIntegrationTest
223223

224224
it("a YubiKey 5.4 Ci FIPS.") {
225225
check(
226-
"YubiKey 5Ci FIPS",
226+
"YubiKey 5 .*FIPS .*Lightning",
227227
RealExamples.Yubikey5ciFips,
228228
attachmentHintsUsb,
229229
)

0 commit comments

Comments
 (0)