Skip to content

Commit

Permalink
update envtest
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Jul 22, 2024
1 parent 75328c5 commit 0716872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test/envtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func PrepareEnvTest(controllers []manager.Registerer, namespaces []string, baseP
filepath.Join(basePath, "..", "config", "crd", "bases"),
// filepath.Join(basePath, "..", "hack"),
// We need to install the ConsolePlugin CRD to test setup of our Network Console Plugin
filepath.Join(basePath, "..", "vendor", "github.com", "openshift", "api", "console", "v1alpha1"),
filepath.Join(basePath, "..", "vendor", "github.com", "openshift", "api", "console", "v1"),
filepath.Join(basePath, "..", "vendor", "github.com", "openshift", "api", "config", "v1"),
filepath.Join(basePath, "..", "vendor", "github.com", "openshift", "api", "operator", "v1"),
filepath.Join(basePath, "..", "test-assets"),
Expand Down

0 comments on commit 0716872

Please sign in to comment.