Alas no location info

This commit is contained in:
Lennart Kats 2025-02-23 18:14:16 +01:00
parent 27fd3a1ab9
commit 4c091015a8
No known key found for this signature in database
GPG Key ID: 1EB8B57673197023
1 changed files with 0 additions and 1 deletions

View File

@ -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"