From 598e569957e38619b48ab6ce8d5fb13216b2acc3 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Fri, 27 Dec 2024 13:53:32 +0530 Subject: [PATCH] fix more tests --- integration/bundle/helpers_test.go | 1 + 1 file changed, 1 insertion(+) 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)