test(e2e): typo on feature documentation By group

This commit is contained in:
Dario Tranchitella
2021-05-31 16:15:44 +02:00
parent 20d0ef8ed0
commit 40bdf0cd25
+1 -1
View File
@@ -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()))