From d155b7ba7f03b31529c5002f2e380bc7018e5115 Mon Sep 17 00:00:00 2001 From: MarkDaveny Date: Sat, 8 Mar 2025 18:00:07 +0800 Subject: [PATCH] chore: remove redundant words in comment Signed-off-by: MarkDaveny --- integration/persistentstorage_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/persistentstorage_test.go b/integration/persistentstorage_test.go index 8e12f9a0a..66ecf83e4 100644 --- a/integration/persistentstorage_test.go +++ b/integration/persistentstorage_test.go @@ -119,7 +119,7 @@ func (s *E2EPersistentStorageDefault) TestDefaultStorageClass() { httpResp = queryAppWithRetries(s.T(), appURL, testHost, attempts) s.Require().Equal(http.StatusOK, httpResp.StatusCode) - // give kube to to reschedule pod + // give kube to reschedule pod ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) <-ctx.Done() @@ -218,7 +218,7 @@ func (s *E2EPersistentStorageBeta2) TestDedicatedStorageClass() { httpResp = queryAppWithRetries(s.T(), appURL, testHost, attempts) s.Require().Equal(http.StatusOK, httpResp.StatusCode) - // give kube to to reschedule pod + // give kube to reschedule pod ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) <-ctx.Done()