We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b4b3b commit 8f67747Copy full SHA for 8f67747
webauthn-server-attestation/src/test/scala/com/yubico/fido/metadata/Generators.scala
@@ -31,7 +31,7 @@ object Generators {
31
typ <- Gen.option(Gen.const("JWT"))
32
x5u <- arbitrary[Option[URL]]
33
x5c <- maxSized(
34
- 4,
+ 2,
35
Gen.option(
36
Gen.listOf(TestAuthenticator.generateAttestationCertificate()._1)
37
),
@@ -151,7 +151,7 @@ object Generators {
151
tcDisplayPNGCharacteristics <-
152
arbitrary[Option[List[DisplayPNGCharacteristicsDescriptor]]]
153
attestationRootCertificates <- maxSized(
154
155
Gen.containerOf[Set, X509Certificate](
156
TestAuthenticator.generateAttestationCaCertificate()._1
157
0 commit comments