We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23f3c0 commit 78c46b7Copy full SHA for 78c46b7
controllers/machinehealthcheck_targets_test.go
@@ -197,7 +197,7 @@ func TestHealthCheckTargets(t *testing.T) {
197
conditions.MarkTrue(cluster, clusterv1.InfrastructureReadyCondition)
198
conditions.MarkTrue(cluster, clusterv1.ControlPlaneInitializedCondition)
199
200
- // Ensure the control plane was initialized earlier to prevent it intefering with
+ // Ensure the control plane was initialized earlier to prevent it interfering with
201
// NodeStartupTimeout testing.
202
conds := clusterv1.Conditions{}
203
for _, condition := range cluster.GetConditions() {
0 commit comments