Skip to content

Commit

Permalink
Updating unit tests for drpolicy changes
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijeet Shakya <[email protected]>
  • Loading branch information
abhijeet219 committed Nov 5, 2024
1 parent 92cd2bf commit 0e6c685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/controller/util/secrets_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
cpcv1 "open-cluster-management.io/config-policy-controller/api/v1"
gppv1 "open-cluster-management.io/governance-policy-propagator/api/v1"
)

Expand All @@ -35,7 +36,7 @@ var _ = Describe("Secrets_Util", func() {
secrets [secretsCount]*corev1.Secret
tstNamespace = "default" // 7 chars
veleroNS = "default" // 7 chars
objects []interface{}
objects []*cpcv1.ObjectTemplate
)

BeforeEach(func() {
Expand Down

0 comments on commit 0e6c685

Please sign in to comment.