diff --git a/src/pkg/packager/deploy_test.go b/src/pkg/packager/deploy_test.go index f6a9a9c4b4..da54c59b52 100644 --- a/src/pkg/packager/deploy_test.go +++ b/src/pkg/packager/deploy_test.go @@ -305,6 +305,7 @@ metadata: ` func yamlToUnstructured(t *testing.T, yml string) *unstructured.Unstructured { + t.Helper() m := make(map[string]interface{}) err := yaml.Unmarshal([]byte(yml), &m) require.NoError(t, err)