Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeet-dhumal committed Jan 19, 2024
1 parent 4ce5f18 commit 8de7179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functional-tests/appwrapper_reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func startEnvTest(t *testing.T) *envtest.Environment {
filepath.Join(build.Default.GOPATH, "pkg", "mod", "github.com", "project-codeflare", "[email protected]", "config", "crd", "bases"),
filepath.Join(build.Default.GOPATH, "pkg", "mod", "github.com", "openshift", "[email protected]", "machine", "v1beta1"),
},
ErrorIfCRDPathMissing: true,
}
cfg, err = testEnv.Start()
test.Expect(err).NotTo(HaveOccurred())
Expand Down

0 comments on commit 8de7179

Please sign in to comment.