Skip to content

Commit

Permalink
fix secret/certificates test
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalle committed Mar 10, 2021
1 parent 15bc2d5 commit a336001
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions util/secret/certificates_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ import (
"sigs.k8s.io/cluster-api/util/secret"
)

func TestNewCertificatesForJoiningControlPlane_Stacked(t *testing.T) {
g := NewWithT(t)

certs := secret.NewCertificatesForJoiningControlPlane()
g.Expect(certs.GetByPurpose(secret.EtcdCA).KeyFile).NotTo(BeEmpty())
}

func TesNewControlPlaneJoinCerts_Stacked(t *testing.T) {
g := NewWithT(t)

Expand Down

0 comments on commit a336001

Please sign in to comment.