Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix integration
Browse files Browse the repository at this point in the history
  • Loading branch information
maleck13 committed Nov 3, 2023
1 parent fbb1a5d commit a9e0cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/gateway_integration/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var _ = BeforeSuite(func() {
By("bootstrapping test environment")
testEnv = &envtest.Environment{
CRDDirectoryPaths: []string{
filepath.Join("../../", "config", "crd", "bases"),
filepath.Join("../../", "config", "policy-controller", "crd", "bases"),
filepath.Join("../../", "config", "gateway-api", "crd", "standard"),
filepath.Join("../../", "config", "cert-manager", "crd", "latest"),
filepath.Join("../../", "config", "ocm", "crd"),
Expand Down
2 changes: 1 addition & 1 deletion test/policy_integration/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var _ = BeforeSuite(func() {
By("bootstrapping test environment")
testEnv = &envtest.Environment{
CRDDirectoryPaths: []string{
filepath.Join("../../", "config", "crd", "bases"),
filepath.Join("../../", "config", "policy-controller", "crd", "bases"),
filepath.Join("../../", "config", "gateway-api", "crd", "standard"),
filepath.Join("../../", "config", "cert-manager", "crd", "latest"),
//needed for now TODO remove once no longer need managedcluster in dnspolicy
Expand Down

0 comments on commit a9e0cb5

Please sign in to comment.