From 37ec02c0f55f4d4daa3385f69afa695fc5a92d90 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 d90f73525e..c9460e44d7 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"