Skip to content

Commit dc3a62e

Browse files
committed
fix: test
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
1 parent 0e5b4d0 commit dc3a62e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

revocation/internal/crl/crl_test.go

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,19 +1005,6 @@ func TestSupported(t *testing.T) {
10051005
})
10061006
}
10071007

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-
10211008
type errorRoundTripperMock struct{}
10221009

10231010
func (rt errorRoundTripperMock) RoundTrip(req *http.Request) (*http.Response, error) {

0 commit comments

Comments
 (0)