Skip to content

Commit

Permalink
- update test for new code
Browse files Browse the repository at this point in the history
  • Loading branch information
ciroque committed Nov 27, 2023
1 parent 5d95486 commit 950d7df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cmd/certificates-test-harness/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ func run() error {
return fmt.Errorf(`error building a Kubernetes client: %w`, err)
}

certificates, err := certification.NewCertificates(ctx, k8sClient)
if err != nil {
return fmt.Errorf(`error occurred creating certificates: %w`, err)
}
certificates := certification.NewCertificates(ctx, k8sClient)

err = certificates.Initialize()
if err != nil {
Expand Down

0 comments on commit 950d7df

Please sign in to comment.