diff --git a/integration/bundle/helpers_test.go b/integration/bundle/helpers_test.go index a6edfed7..36a3231d 100644 --- a/integration/bundle/helpers_test.go +++ b/integration/bundle/helpers_test.go @@ -38,6 +38,7 @@ func initTestTemplateWithBundleRoot(t testutil.TestingT, ctx context.Context, te configFilePath := writeConfigFile(t, config) + ctx = telemetry.ContextWithLogger(ctx) ctx = root.SetWorkspaceClient(ctx, nil) cmd := cmdio.NewIO(ctx, flags.OutputJSON, strings.NewReader(""), os.Stdout, os.Stderr, "", "bundles") ctx = cmdio.InContext(ctx, cmd)