Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kovayur committed Nov 23, 2023
1 parent 78da2cc commit bf4b36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fleetshard/pkg/central/reconciler/reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func centralDBPasswordSecretObject() *v1.Secret {
}
}

func conditionForType(conditions []private.DataPlaneClusterUpdateStatusRequestConditions, conditionType string) (*private.DataPlaneClusterUpdateStatusRequestConditions, bool) {
func conditionForType(conditions []private.DataPlaneCentralStatusConditions, conditionType string) (*private.DataPlaneCentralStatusConditions, bool) {
for _, c := range conditions {
if c.Type == conditionType {
return &c, true
Expand Down

0 comments on commit bf4b36c

Please sign in to comment.