Skip to content

Commit ced99fe

Browse files
committed
Test all RealExamples in RelyingPartyCeremoniesSpec
1 parent e08aa07 commit ced99fe

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

webauthn-server-core/src/test/scala/com/yubico/webauthn/RelyingPartyCeremoniesSpec.scala

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,19 @@ class RelyingPartyCeremoniesSpec
161161
it("a Security Key NFC by Yubico.") {
162162
check(RealExamples.SecurityKeyNfc)
163163
}
164+
it("a YubiKey 5 NFC FIPS.") {
165+
check(RealExamples.YubikeyFips5Nfc)
166+
}
167+
it("a YubiKey 5Ci FIPS.") {
168+
check(RealExamples.Yubikey5ciFips)
169+
}
170+
171+
it("an Apple iOS device.") {
172+
check(RealExamples.AppleAttestationIos)
173+
}
174+
it("an Apple MacOS device.") {
175+
check(RealExamples.AppleAttestationMacos)
176+
}
164177
}
165178
}
166179
}

0 commit comments

Comments
 (0)