Skip to content

Commit 3dba4a7

Browse files
committed
fix: use correct annotation
1 parent b3c106d commit 3dba4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/subroutine/authorization_model_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func mockLogicalClusterGet(k8s *mocks.MockClient) {
7272
func(ctx context.Context, nn types.NamespacedName, o client.Object, opts ...client.GetOption) error {
7373
lc := o.(*kcpcorev1alpha1.LogicalCluster)
7474
lc.Annotations = map[string]string{
75-
"kcp.io/path": "path",
75+
"kcp.io/cluster": "path",
7676
}
7777

7878
return nil

0 commit comments

Comments
 (0)