mirror of https://github.com/databricks/cli.git
fix more tests
This commit is contained in:
parent
3cc7393e1a
commit
598e569957
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue