diff --git a/pkg/engine/variables/vars_test.go b/pkg/engine/variables/vars_test.go index 06fb6470ff3a..6aacadf93b66 100644 --- a/pkg/engine/variables/vars_test.go +++ b/pkg/engine/variables/vars_test.go @@ -152,5 +152,5 @@ func Test_SubvarRecursive(t *testing.T) { ctx := context.NewContext() assert.Assert(t, ctx.AddResource(resourceRaw)) - subValR(ctx, string(patternRaw), "/") + subValR(log.Log, ctx, string(patternRaw), "/") }