Skip to content

Commit ce1a2c8

Browse files
authored
Merge pull request #4231 from camilamacedo86/e2e-test-increase-coverage
🌱 e2e tests: increase coverage by validating webhooks with installer-based installation
2 parents 08adfea + d140b7a commit ce1a2c8

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)