Skip to content

Commit

Permalink
Install cluster operator 1.7.0 in controller tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyiLyu committed May 12, 2021
1 parent 47f240f commit 229f3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var _ = BeforeSuite(func() {
testEnv = &envtest.Environment{
CRDDirectoryPaths: []string{
filepath.Join("..", "config", "crd", "bases"),
filepath.Join(build.Default.GOPATH, "pkg", "mod", "github.com", "rabbitmq", "cluster-operator@v1.6.0", "config", "crd", "bases"),
filepath.Join(build.Default.GOPATH, "pkg", "mod", "github.com", "rabbitmq", "cluster-operator@v1.7.0", "config", "crd", "bases"),
},
}

Expand Down

0 comments on commit 229f3ad

Please sign in to comment.