@@ -115,7 +115,7 @@ func TestOperator_syncFailingStatus(t *testing.T) {
115115 {Type : ClusterStatusFailing , Status : configv1 .ConditionTrue , Reason : "UpdatePayloadIntegrity" , Message : "unable to apply object" },
116116 {Type : configv1 .OperatorProgressing , Status : configv1 .ConditionTrue , Message : "Working towards 4.0.1" },
117117 {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" },
119119 },
120120 },
121121 },
@@ -156,7 +156,7 @@ func TestOperator_syncFailingStatus(t *testing.T) {
156156 {Type : ClusterStatusFailing , Status : configv1 .ConditionTrue , Reason : "" , Message : "bad" },
157157 {Type : configv1 .OperatorProgressing , Status : configv1 .ConditionTrue , Reason : "" , Message : "Error ensuring the cluster version is up to date: bad" },
158158 {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" },
160160 },
161161 },
162162 })
0 commit comments