Browse Source

Merge pull request #7740 from manuelbuil/fixSpelling

Fix spelling check
pull/7776/head
Manuel Buil 1 year ago committed by GitHub
parent
commit
318ef4e07a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/e2e/validatecluster/validatecluster_test.go

2
tests/e2e/validatecluster/validatecluster_test.go

@ -301,7 +301,7 @@ var _ = Describe("Verify Create", Ordered, func() {
Context("Valdiate Certificate Rotation", func() {
It("Stops K3s and rotates certificates", func() {
errStop := e2e.StopCluster(serverNodeNames)
Expect(errStop).NotTo(HaveOccurred(), "Cluster could not be stoped successfully")
Expect(errStop).NotTo(HaveOccurred(), "Cluster could not be stopped successfully")
for _, nodeName := range serverNodeNames {
cmd := "k3s certificate rotate"

Loading…
Cancel
Save