diff --git a/webhooks/webhook_suite_test.go b/webhooks/webhook_suite_test.go index 032423544..1bc8eb154 100644 --- a/webhooks/webhook_suite_test.go +++ b/webhooks/webhook_suite_test.go @@ -67,7 +67,7 @@ var _ = BeforeSuite(func() { CRDDirectoryPaths: []string{filepath.Join(build.Default.GOPATH, "pkg", "mod", "github.com", "redhat-appstudio", "application-api@"+applicationAPIDepVersion, "manifests")}, ErrorIfCRDPathMissing: false, WebhookInstallOptions: envtest.WebhookInstallOptions{ - Paths: []string{filepath.Join("..", "..", "config", "webhook")}, + Paths: []string{filepath.Join("..", "config", "webhook")}, }, }