mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +00:00
test(e2e): typo on feature documentation By group
This commit is contained in:
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user