From d2cf054f13c2464d902738b930ca01f903614bce Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 30 Dec 2024 17:38:24 +0530 Subject: [PATCH] fix tesT --- bundle/libraries/filer_volume_test.go | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/bundle/libraries/filer_volume_test.go b/bundle/libraries/filer_volume_test.go index 31c4362ed..39bdc4135 100644 --- a/bundle/libraries/filer_volume_test.go +++ b/bundle/libraries/filer_volume_test.go @@ -11,19 +11,6 @@ import ( "github.com/stretchr/testify/require" ) -func TestFilerForVolumeWithInvalidPrefix(t *testing.T) { - b := &bundle.Bundle{ - Config: config.Root{ - Workspace: config.Workspace{ - ArtifactPath: "/Volume/main/my_schema/my_volume", - }, - }, - } - - _, _, diags := filerForVolume(b) - require.EqualError(t, diags.Error(), "expected artifact_path to start with /Volumes/, got /Volume/main/my_schema/my_volume") -} - func TestFilerForVolume(t *testing.T) { b := &bundle.Bundle{ Config: config.Root{