@@ -115,7 +115,7 @@ func TestOperator_syncFailingStatus(t *testing.T) {
115
115
{Type : ClusterStatusFailing , Status : configv1 .ConditionTrue , Reason : "UpdatePayloadIntegrity" , Message : "unable to apply object" },
116
116
{Type : configv1 .OperatorProgressing , Status : configv1 .ConditionTrue , Message : "Working towards 4.0.1" },
117
117
{Type : configv1 .RetrievedUpdates , Status : configv1 .ConditionFalse },
118
- {Type : ImplicitlyEnabledCapabilities , Status : "False" , Reason : "AsExpected" , Message : "Capabilities match configured spec" },
118
+ {Type : " ImplicitlyEnabledCapabilities" , Status : "False" , Reason : "AsExpected" , Message : "Capabilities match configured spec" },
119
119
},
120
120
},
121
121
},
@@ -156,7 +156,7 @@ func TestOperator_syncFailingStatus(t *testing.T) {
156
156
{Type : ClusterStatusFailing , Status : configv1 .ConditionTrue , Reason : "" , Message : "bad" },
157
157
{Type : configv1 .OperatorProgressing , Status : configv1 .ConditionTrue , Reason : "" , Message : "Error ensuring the cluster version is up to date: bad" },
158
158
{Type : configv1 .RetrievedUpdates , Status : configv1 .ConditionFalse },
159
- {Type : ImplicitlyEnabledCapabilities , Status : "False" , Reason : "AsExpected" , Message : "Capabilities match configured spec" },
159
+ {Type : " ImplicitlyEnabledCapabilities" , Status : "False" , Reason : "AsExpected" , Message : "Capabilities match configured spec" },
160
160
},
161
161
},
162
162
})
0 commit comments