mirror of https://github.com/databricks/cli.git
Alas no location info
This commit is contained in:
parent
27fd3a1ab9
commit
4c091015a8
|
@ -330,7 +330,6 @@ func TestProcessTargetModeProduction(t *testing.T) {
|
|||
|
||||
diags := validateProductionMode(context.Background(), b, false)
|
||||
assert.ErrorContains(t, diags.Error(), "A common practice is to use a username or principal name in this path, i.e. use\n\n root_path: /Workspace/Users/lennart@company.com/.bundle/${bundle.name}/${bundle.target}")
|
||||
assert.NotNil(t, diags[0].Locations)
|
||||
|
||||
b.Config.Workspace.StatePath = "/Shared/.bundle/x/y/state"
|
||||
b.Config.Workspace.ArtifactPath = "/Shared/.bundle/x/y/artifacts"
|
||||
|
|
Loading…
Reference in New Issue