From e9b384f5a75daa565f4e12111b41fd4481d8fa44 Mon Sep 17 00:00:00 2001 From: Hao Ruan Date: Mon, 27 Mar 2023 10:23:27 +0800 Subject: [PATCH] fix typo --- test/e2e/apimachinery/resource_quota.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/apimachinery/resource_quota.go b/test/e2e/apimachinery/resource_quota.go index f693a807b66..3f9fab3bddd 100644 --- a/test/e2e/apimachinery/resource_quota.go +++ b/test/e2e/apimachinery/resource_quota.go @@ -1007,7 +1007,7 @@ var _ = SIGDescribe("ResourceQuota", func() { reported hard status values MUST equal the new spec hard values. Getting the /status MUST succeed and the reported hard status values MUST equal the spec hard values. Repatching the hard status - values MUST succeed. The spec spec MUST NOT be changed when + values MUST succeed. The spec MUST NOT be changed when patching /status. */ framework.ConformanceIt("should apply changes to a resourcequota status", func(ctx context.Context) {