diff --git a/internal/bundle/artifacts_test.go b/internal/bundle/artifacts_test.go index cf12282fb..4030db08d 100644 --- a/internal/bundle/artifacts_test.go +++ b/internal/bundle/artifacts_test.go @@ -249,7 +249,7 @@ func TestAccUploadArtifactFileToInvalidVolume(t *testing.T) { dir := t.TempDir() b := &bundle.Bundle{ - RootPath: dir, + BundleRootPath: dir, SyncRootPath: dir, Config: config.Root{ Bundle: config.Bundle{ @@ -282,7 +282,7 @@ func TestAccUploadArtifactFileToInvalidVolume(t *testing.T) { dir := t.TempDir() b := &bundle.Bundle{ - RootPath: dir, + BundleRootPath: dir, SyncRootPath: dir, Config: config.Root{ Bundle: config.Bundle{