Skip to content

Commit d389399

Browse files
committed
fix test
1 parent dc05b72 commit d389399

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/controller/linodecluster_controller_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ var _ = Describe("cluster-lifecycle", Ordered, Label("cluster", "cluster-lifecyc
181181
cScope.LinodeClient = mck.LinodeClient
182182
// Set VPC as ready
183183
linodeVPC.Status.Ready = true
184+
linodeVPC.Labels = map[string]string{
185+
clusterv1.ClusterNameLabel: cScope.LinodeCluster.Name
186+
}
184187
k8sClient.Status().Update(ctx, &linodeVPC)
185188

186189
// Create and mark firewall as ready if using firewall ref

0 commit comments

Comments
 (0)