From d293c5088fa110516cd2aec295f13ca1209e15e3 Mon Sep 17 00:00:00 2001 From: Laura Lorenz Date: Tue, 12 Nov 2024 21:12:20 +0000 Subject: [PATCH] Fix spelling Signed-off-by: Laura Lorenz --- test/e2e_node/image_pull_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/image_pull_test.go b/test/e2e_node/image_pull_test.go index ecaa67e733d..d759a883143 100644 --- a/test/e2e_node/image_pull_test.go +++ b/test/e2e_node/image_pull_test.go @@ -259,7 +259,7 @@ var _ = SIGDescribe("Pull Image", feature.CriProxy, framework.WithSerial(), func // Wait for ~60s worth of backoffs to occur so we can confirm the backoff growth. podErr = e2epod.WaitForPodContainerStarted(ctx, f.ClientSet, f.Namespace.Name, pod.Name, 0, 1*time.Minute) - gomega.Expect(podErr).To(gomega.HaveOccurred(), "Expected container not to start from repeadedly backing off image pulls") + gomega.Expect(podErr).To(gomega.HaveOccurred(), "Expected container not to start from repeatedly backing off image pulls") e, err := getImagePullAttempts(ctx, f, pod.Name) framework.ExpectNoError(err)