We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9319f22 commit 337ed7cCopy full SHA for 337ed7c
openshift/tests-extension/test/webhooks.go
@@ -95,6 +95,10 @@ var _ = Describe("[sig-olmv1][OCPFeatureGate:NewOLMWebhookProviderOpenshiftServi
95
}
96
})
97
98
+ AfterAll(func(ctx SpecContext) {
99
+ helpers.EnsureCleanupClusterCatalog(ctx, webhookCatalogName)
100
+ })
101
+
102
It("should have a working validating webhook", func(ctx SpecContext) {
103
By("creating a webhook test resource that will be rejected by the validating webhook")
104
Eventually(func() error {
0 commit comments