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:
parent
92bf826ec5
commit
c701a4a344
@ -668,7 +668,6 @@ func withAllSuccessfulConditions() map[string]v1alpha1.ConditionStatus {
|
|||||||
"IdentityProvidersObjectRefKindValid": v1alpha1.ConditionTrue,
|
"IdentityProvidersObjectRefKindValid": v1alpha1.ConditionTrue,
|
||||||
"IdentityProvidersObjectRefAPIGroupSuffixValid": v1alpha1.ConditionTrue,
|
"IdentityProvidersObjectRefAPIGroupSuffixValid": v1alpha1.ConditionTrue,
|
||||||
"IdentityProvidersDisplayNamesUnique": v1alpha1.ConditionTrue,
|
"IdentityProvidersDisplayNamesUnique": v1alpha1.ConditionTrue,
|
||||||
"TransformsConstantsNamesUnique": v1alpha1.ConditionTrue,
|
|
||||||
"TransformsExpressionsValid": v1alpha1.ConditionTrue,
|
"TransformsExpressionsValid": v1alpha1.ConditionTrue,
|
||||||
"TransformsExamplesPassed": v1alpha1.ConditionTrue,
|
"TransformsExamplesPassed": v1alpha1.ConditionTrue,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user