This commit is contained in:
Shreyas Goenka 2024-12-30 17:38:24 +05:30
parent 2d05aed9e0
commit d2cf054f13
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 13 deletions

View File

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