diff --git a/Makefile b/Makefile index fe999826..7c02d1a0 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,7 @@ RateLimitPolicy,$\ DNSPolicy,$\ TLSPolicy,$\ Authorino,$\ +ValidatingWebhookConfiguration,$\ WasmPlugin" clean: ## Clean all objects in Openshift created by running this testsuite diff --git a/testsuite/tests/kuadrant/authorino/operator/tls/test_webhook.py b/testsuite/tests/kuadrant/authorino/operator/tls/test_webhook.py index cdcfdb57..c354fa31 100644 --- a/testsuite/tests/kuadrant/authorino/operator/tls/test_webhook.py +++ b/testsuite/tests/kuadrant/authorino/operator/tls/test_webhook.py @@ -153,7 +153,8 @@ def validating_webhook(openshift, authorino_domain, certificates, blame): with openshift.context: webhook = oc.create(model) yield webhook - webhook.delete() + with openshift.context: + webhook.delete() # pylint: disable=unused-argument