Skip to content

Commit d140b7a

Browse files
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.
1 parent eae8b21 commit d140b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/v4/plugin_cluster_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var _ = Describe("kubebuilder", func() {
7474
It("should generate a runnable project with the Installer", func() {
7575
kbc.IsRestricted = false
7676
GenerateV4(kbc)
77-
Run(kbc, false, true, true, false)
77+
Run(kbc, true, true, true, false)
7878
})
7979
It("should generate a runnable project without metrics exposed", func() {
8080
kbc.IsRestricted = false

0 commit comments

Comments
 (0)