@@ -143,7 +143,6 @@ func TestCertParser(t *testing.T) {
143143 CollectorMeta : troubleshootv1beta2.CollectorMeta {
144144 CollectorName : "collectorname" ,
145145 },
146- Name : "expired certificate" ,
147146 Secrets : []troubleshootv1beta2.CertificateSource {
148147 {
149148 Name : "expiredCert" ,
@@ -183,7 +182,6 @@ func TestCertParser(t *testing.T) {
183182 CollectorMeta : troubleshootv1beta2.CollectorMeta {
184183 CollectorName : "collectorname" ,
185184 },
186- Name : "multiple certificate" ,
187185 Secrets : []troubleshootv1beta2.CertificateSource {
188186 {
189187 Name : "multiCert" ,
@@ -232,7 +230,6 @@ func TestCertParser(t *testing.T) {
232230 CollectorMeta : troubleshootv1beta2.CollectorMeta {
233231 CollectorName : "collectorname" ,
234232 },
235- Name : "valid certificate" ,
236233 Secrets : []troubleshootv1beta2.CertificateSource {
237234 {
238235 Name : "validCert" ,
@@ -277,7 +274,6 @@ func TestCertParser(t *testing.T) {
277274 CollectorMeta : troubleshootv1beta2.CollectorMeta {
278275 CollectorName : "collectorname" ,
279276 },
280- Name : "non valid certificate" ,
281277 Secrets : []troubleshootv1beta2.CertificateSource {
282278 {
283279 Name : "nonCert" ,
0 commit comments