diff --git a/crl/crlrepository/crlrepository_test.go b/crl/crlrepository/crlrepository_test.go index 626546b..0205633 100644 --- a/crl/crlrepository/crlrepository_test.go +++ b/crl/crlrepository/crlrepository_test.go @@ -96,8 +96,7 @@ func (t *TestingCrlLoader) GetCRLLocationIdentifier() (string, error) { } func (t *TestingCrlLoader) GetDescription() string { - //TODO implement me - panic("implement me") + return "testing crl loader" } func (t TestingCRLLoaderFactory) CreatePreferredCrlLoader(crlLocations *core.CRLLocations, logger *zap.Logger) (crlloader.CRLLoader, error) {