Skip to content

Commit 058a086

Browse files
authored
Merge branch 'master' into ci/setup-prek
2 parents 3f8b3e2 + cb04d3d commit 058a086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/controller/suite_test.go

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

5151
By("bootstrapping test environment")
5252
testEnv = &envtest.Environment{
53-
CRDDirectoryPaths: []string{filepath.Join("..", "..", "config", "crd", "bases")},
53+
CRDDirectoryPaths: []string{filepath.Join("..", "..", "helm", "supabase-operator", "crds")},
5454
ErrorIfCRDPathMissing: true,
5555
}
5656

0 commit comments

Comments
 (0)