diff --git a/kustomize/commands/edit/add/configmap_test.go b/kustomize/commands/edit/add/configmap_test.go index 69e74d33a..a77537930 100644 --- a/kustomize/commands/edit/add/configmap_test.go +++ b/kustomize/commands/edit/add/configmap_test.go @@ -306,7 +306,6 @@ func TestEditAddConfigMapWithFileSource(t *testing.T) { for _, tc := range testCases { t.Run(tc.name, func(t *testing.T) { - fSys := filesys.MakeEmptyDirInMemory() testutils_test.WriteTestKustomization(fSys)