From 4e1f4b7eee0d0dda59940bc223ce28372867fb0e Mon Sep 17 00:00:00 2001 From: ChristianZaccaria Date: Tue, 20 Feb 2024 17:28:50 +0000 Subject: [PATCH] Update MCAD version in functional test environment --- functional-tests/appwrapper_reconciler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,