From 4c091015a87c75cc29290aaa3808a4e834b9dbcf Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Sun, 23 Feb 2025 18:14:16 +0100 Subject: [PATCH] Alas no location info --- bundle/config/mutator/process_target_mode_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bundle/config/mutator/process_target_mode_test.go b/bundle/config/mutator/process_target_mode_test.go index c1622995f..c35c79f91 100644 --- a/bundle/config/mutator/process_target_mode_test.go +++ b/bundle/config/mutator/process_target_mode_test.go @@ -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"