Skip to content

Commit

Permalink
:bugfix: fixed path-to-crd-dir in controller test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
droot committed May 22, 2019
1 parent 45fcc2c commit a205045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scaffold/v2/controller_suitetest.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ var _ = BeforeSuite(func(done Done) {
By("bootstrapping test environment")
testEnv = &envtest.Environment{
CRDDirectoryPaths: []string{filepath.Join("..", "..", "config", "crd", "bases")},
CRDDirectoryPaths: []string{filepath.Join("..", "config", "crd", "bases")},
}
cfg, err := testEnv.Start()
Expand Down

0 comments on commit a205045

Please sign in to comment.