From f71e4d7309c24a8b5ecdfdf8118a6be66508feed Mon Sep 17 00:00:00 2001 From: isarns Date: Sun, 12 Oct 2025 12:34:00 +0300 Subject: [PATCH] style(cmd-edit-add-label): lint multiple labels without selector test --- kustomize/commands/edit/add/addmetadata_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/commands/edit/add/addmetadata_test.go b/kustomize/commands/edit/add/addmetadata_test.go index 1671bff75..89b797bdb 100644 --- a/kustomize/commands/edit/add/addmetadata_test.go +++ b/kustomize/commands/edit/add/addmetadata_test.go @@ -376,7 +376,7 @@ func TestAddLabelWithoutSelector(t *testing.T) { }, }, { - name: "add multiple labels without selector", + name: "add multiple labels without selector", baseLabels: []types.Label{}, options: addMetadataOptions{ labelsWithoutSelector: true,