File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
webauthn-server-core/src/test/scala/com/yubico/webauthn Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2378,8 +2378,17 @@ class RelyingPartyRegistrationSpec
2378
2378
step.tryNext shouldBe a[Success [_]]
2379
2379
}
2380
2380
2381
- ignore(" The apple statement format is supported." ) {
2382
- fail(" Not yet implemented." )
2381
+ it(" The apple statement format is supported." ) {
2382
+ val steps = finishRegistration(
2383
+ testData =
2384
+ RealExamples .AppleAttestationIos .asRegistrationTestData,
2385
+ rp = RealExamples .AppleAttestationIos .rp,
2386
+ )
2387
+ val step : FinishRegistrationSteps # Step14 =
2388
+ steps.begin.next.next.next.next.next.next.next.next.next.next.next.next.next
2389
+
2390
+ step.validations shouldBe a[Success [_]]
2391
+ step.tryNext shouldBe a[Success [_]]
2383
2392
}
2384
2393
2385
2394
it(" Unknown attestation statement formats are identified as such." ) {
You can’t perform that action at this time.
0 commit comments