We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5b4d0 commit dc3a62eCopy full SHA for dc3a62e
revocation/internal/crl/crl_test.go
@@ -1005,19 +1005,6 @@ func TestSupported(t *testing.T) {
1005
})
1006
}
1007
1008
-func TestHasDeltaCRL(t *testing.T) {
1009
- cert := &x509.Certificate{
1010
- Extensions: []pkix.Extension{
1011
- {
1012
- Id: oidFreshestCRL,
1013
- },
1014
1015
- }
1016
- if !hasFreshestCRL(cert.Extensions) {
1017
- t.Fatal("expected has delta CRL")
1018
1019
-}
1020
-
1021
type errorRoundTripperMock struct{}
1022
1023
func (rt errorRoundTripperMock) RoundTrip(req *http.Request) (*http.Response, error) {
0 commit comments