Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Mar 26, 2024
1 parent 3225f30 commit 51a475c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k8s/pkg/k8sd/pki/control_plane_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestControlPlaneCertificates(t *testing.T) {
c.CACert = mustReadTestData(t, "ca.pem")

g := NewWithT(t)
g.Expect(c.CompleteCertificates()).ToNot(BeNil())
g.Expect(c.CompleteCertificates()).ToNot(Succeed())
})

t.Run("ApiServerCertSANs", func(t *testing.T) {
Expand Down

0 comments on commit 51a475c

Please sign in to comment.