From 266c26ce09adbb13b72f82851cf1fce759e46515 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 14 Oct 2024 15:41:47 +0200 Subject: [PATCH] fix tesT --- internal/bundle/artifacts_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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{