Skip to content

Commit

Permalink
Merge pull request #734 from droot/bugfix/crd-dir-path-ctrl-suite
Browse files Browse the repository at this point in the history
:bugfix: fixed path-to-crd-dir in controller test suite
  • Loading branch information
k8s-ci-robot authored May 23, 2019
2 parents 95b183b + a205045 commit 4737157
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 4737157

Please sign in to comment.