diff --git a/functional-tests/appwrapper_reconciler_test.go b/functional-tests/appwrapper_reconciler_test.go index ce5b167..f1387ef 100644 --- a/functional-tests/appwrapper_reconciler_test.go +++ b/functional-tests/appwrapper_reconciler_test.go @@ -59,7 +59,7 @@ func startEnvTest(t *testing.T) *rest.Config { //specify testEnv configuration testEnv := &envtest.Environment{ CRDDirectoryPaths: []string{ - filepath.Join(build.Default.GOPATH, "pkg", "mod", "github.com", "project-codeflare", "multi-cluster-app-dispatcher@v1.39.0", "config", "crd", "bases"), + filepath.Join(build.Default.GOPATH, "pkg", "mod", "github.com", "project-codeflare", "multi-cluster-app-dispatcher@v1.40.0", "config", "crd", "bases"), filepath.Join(build.Default.GOPATH, "pkg", "mod", "github.com", "openshift", "api@v0.0.0-20230213134911-7ba313770556", "machine", "v1beta1"), }, ErrorIfCRDPathMissing: true,