From c6a6e8ef57a33513eaeb797515624ddff731aa9d Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Mon, 12 Jun 2023 10:24:30 +0200 Subject: [PATCH] Fix spelling check Signed-off-by: Manuel Buil --- tests/e2e/validatecluster/validatecluster_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/validatecluster/validatecluster_test.go b/tests/e2e/validatecluster/validatecluster_test.go index 536bae11d7..24b2af42fe 100644 --- a/tests/e2e/validatecluster/validatecluster_test.go +++ b/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"