Skip to content

Commit 6d5220e

Browse files
committed
fix tests
1 parent d4d2afe commit 6d5220e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/linodecluster_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ var _ = Describe("cluster-lifecycle", Ordered, Label("cluster", "cluster-lifecyc
184184
linodeVPC.Labels = map[string]string{
185185
clusterv1.ClusterNameLabel: cScope.LinodeCluster.Name,
186186
}
187-
k8sClient.Status().Update(ctx, &linodeVPC)
187+
k8sClient.Update(ctx, &linodeVPC)
188188

189189
// Create and mark firewall as ready if using firewall ref
190190
if cScope.LinodeCluster.Spec.NodeBalancerFirewallRef != nil {

0 commit comments

Comments
 (0)