We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f818e7b + 1f0a741 commit d33555eCopy full SHA for d33555e
webauthn-server-core/src/test/scala/com/yubico/webauthn/RelyingPartyRegistrationSpec.scala
@@ -2051,13 +2051,6 @@ class RelyingPartyRegistrationSpec
2051
IllegalArgumentException
2052
]
2053
2054
- val goodResult = Try(
2055
- verifier.verifyX5cRequirements(badCert, testDataBase.aaguid)
2056
- )
2057
-
2058
- goodResult shouldBe a[Failure[_]]
2059
- goodResult.failed.get shouldBe an[IllegalArgumentException]
2060
2061
verifier.verifyX5cRequirements(
2062
testDataBase.packedAttestationCert,
2063
testDataBase.aaguid,
0 commit comments