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 8a97204 commit 6801734Copy full SHA for 6801734
webauthn-server-attestation/src/test/scala/com/yubico/fido/metadata/MetadataBlobSpec.scala
@@ -76,6 +76,7 @@ class MetadataBlobSpec
76
options.isAuthnrCfg should be(false)
77
options.isUvAcfg should be(false)
78
options.isCredMgmt should be(false)
79
+ options.isPerCredMgmtRO should be(false)
80
options.isCredentialMgmtPreview should be(false)
81
options.isSetMinPINLength should be(false)
82
options.isMakeCredUvNotRqd should be(false)
0 commit comments