From 40bdf0cd257c8463b7c3fdebbb7e56814a791e9f Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Sun, 30 May 2021 22:53:31 +0200 Subject: [PATCH] test(e2e): typo on feature documentation By group --- e2e/owner_webhooks_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/owner_webhooks_test.go b/e2e/owner_webhooks_test.go index addc9df2..0892a585 100644 --- a/e2e/owner_webhooks_test.go +++ b/e2e/owner_webhooks_test.go @@ -173,7 +173,7 @@ var _ = Describe("when Tenant owner interacts with the webhooks", func() { return }, defaultTimeoutInterval, defaultPollInterval).Should(Succeed()) }) - By("listin Resource Quota", func() { + By("listing Resource Quota", func() { ns := NewNamespace("resource-quota-list") NamespaceCreation(ns, tnt, defaultTimeoutInterval).Should(Succeed()) TenantNamespaceList(tnt, defaultTimeoutInterval).Should(ContainElement(ns.GetName()))