remove expectation about TransformsConstantsNamesUnique status condition

Forgot to remove this in the previous commit which removed writing that
condition from the controller code.
This commit is contained in:
Ryan Richard 2023-07-21 15:09:03 -07:00
parent 92bf826ec5
commit c701a4a344

View File

@ -668,7 +668,6 @@ func withAllSuccessfulConditions() map[string]v1alpha1.ConditionStatus {
"IdentityProvidersObjectRefKindValid": v1alpha1.ConditionTrue,
"IdentityProvidersObjectRefAPIGroupSuffixValid": v1alpha1.ConditionTrue,
"IdentityProvidersDisplayNamesUnique": v1alpha1.ConditionTrue,
"TransformsConstantsNamesUnique": v1alpha1.ConditionTrue,
"TransformsExpressionsValid": v1alpha1.ConditionTrue,
"TransformsExamplesPassed": v1alpha1.ConditionTrue,
}