Skip to content

Commit

Permalink
Merge pull request #7740 from manuelbuil/fixSpelling
Browse files Browse the repository at this point in the history
Fix spelling check
  • Loading branch information
manuelbuil authored Jun 12, 2023
2 parents 268c9a7 + c6a6e8e commit 318ef4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/validatecluster/validatecluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 318ef4e

Please sign in to comment.