Unverified Commit 8803ccab authored by Manuel Buil's avatar Manuel Buil Committed by GitHub

Merge pull request #7753 from manuelbuil/fixSpelling124

[Release 1.24] Fix spelling check
parents 71a47fb2 4e0cb88d
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment