Skip to content

Commit 8ffc335

Browse files
committed
fix(tests): update CRDs directory path
1 parent 1f7bc50 commit 8ffc335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var _ = BeforeSuite(func() {
6666

6767
By("bootstrapping test environment")
6868
testEnv = &envtest.Environment{
69-
CRDDirectoryPaths: []string{filepath.Join("..", "..", "config", "crd", "bases")},
69+
CRDDirectoryPaths: []string{filepath.Join("..", "..", "deploy", "crds")},
7070
ErrorIfCRDPathMissing: true,
7171
}
7272

0 commit comments

Comments
 (0)