Skip to content

Commit

Permalink
e2e tests: increase coverage by validating webhooks with installer-ba…
Browse files Browse the repository at this point in the history
…sed installation

Enhance e2e test coverage by including scenarios that verify webhook functionality when the installation is performed via the installer.
  • Loading branch information
camilamacedo86 committed Oct 25, 2024
1 parent eae8b21 commit d140b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/v4/plugin_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d140b7a

Please sign in to comment.