Skip to content

Commit

Permalink
Merge pull request #7752 from manuelbuil/fixSpelling125
Browse files Browse the repository at this point in the history
[Release 1.25] Fix spelling test
  • Loading branch information
manuelbuil committed Jun 12, 2023
2 parents cb114a2 + 37ec02c commit a74e56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/validatecluster/validatecluster_test.go
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 a74e56f

Please sign in to comment.