Fix spelling check

Signed-off-by: Manuel Buil <mbuil@suse.com>
pull/7752/head
Manuel Buil 2023-06-12 10:24:30 +02:00
parent cb114a2d91
commit 37ec02c0f5
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ var _ = Describe("Verify Create", Ordered, func() {
Context("Valdiate Certificate Rotation", func() { Context("Valdiate Certificate Rotation", func() {
It("Stops K3s and rotates certificates", func() { It("Stops K3s and rotates certificates", func() {
errStop := e2e.StopCluster(serverNodeNames) 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 { for _, nodeName := range serverNodeNames {
cmd := "k3s certificate rotate" cmd := "k3s certificate rotate"