From d140b7aa47e0498bf838325a054fb32b1cfdaa61 Mon Sep 17 00:00:00 2001 From: Camila Macedo Date: Fri, 25 Oct 2024 10:08:54 +0100 Subject: [PATCH] e2e tests: increase coverage by validating webhooks with installer-based installation Enhance e2e test coverage by including scenarios that verify webhook functionality when the installation is performed via the installer. --- test/e2e/v4/plugin_cluster_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/v4/plugin_cluster_test.go b/test/e2e/v4/plugin_cluster_test.go index 8c47403369b..6aa21049ff6 100644 --- a/test/e2e/v4/plugin_cluster_test.go +++ b/test/e2e/v4/plugin_cluster_test.go @@ -74,7 +74,7 @@ var _ = Describe("kubebuilder", func() { It("should generate a runnable project with the Installer", func() { kbc.IsRestricted = false GenerateV4(kbc) - Run(kbc, false, true, true, false) + Run(kbc, true, true, true, false) }) It("should generate a runnable project without metrics exposed", func() { kbc.IsRestricted = false