Skip to content

Commit 950d7df

Browse files
committed
- update test for new code
1 parent 5d95486 commit 950d7df

File tree

1 file changed

+1
-4
lines changed
  • cmd/certificates-test-harness

1 file changed

+1
-4
lines changed

cmd/certificates-test-harness/main.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ func run() error {
3232
return fmt.Errorf(`error building a Kubernetes client: %w`, err)
3333
}
3434

35-
certificates, err := certification.NewCertificates(ctx, k8sClient)
36-
if err != nil {
37-
return fmt.Errorf(`error occurred creating certificates: %w`, err)
38-
}
35+
certificates := certification.NewCertificates(ctx, k8sClient)
3936

4037
err = certificates.Initialize()
4138
if err != nil {

0 commit comments

Comments
 (0)