Skip to content

Commit ea2cbc7

Browse files
author
Arvind Thirumurugan
committed
rebase fix
1 parent c754100 commit ea2cbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/actuals_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ func crpEvictionRemovedActual(crpEvictionName string) func() error {
923923

924924
func crpDisruptionBudgetRemovedActual(crpDisruptionBudgetName string) func() error {
925925
return func() error {
926-
if err := hubClient.Get(ctx, types.NamespacedName{Name: crpDisruptionBudgetName}, &placementv1alpha1.ClusterResourcePlacementDisruptionBudget{}); !errors.IsNotFound(err) {
926+
if err := hubClient.Get(ctx, types.NamespacedName{Name: crpDisruptionBudgetName}, &placementv1beta1.ClusterResourcePlacementDisruptionBudget{}); !errors.IsNotFound(err) {
927927
return fmt.Errorf("CRP disruption budget still exists or an unexpected error occurred: %w", err)
928928
}
929929
return nil

0 commit comments

Comments
 (0)