This commit is contained in:
Shreyas Goenka 2024-11-29 02:46:31 +01:00
parent d0385a0205
commit 5ac2d678fd
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ func TestFilerForVolumeWithInvalidPrefix(t *testing.T) {
require.EqualError(t, diags.Error(), "expected artifact_path to start with /Volumes/, got /Volume/main/my_schema/my_volume")
}
func TestFilerForVolumeWithValidlVolumePaths(t *testing.T) {
func TestFilerForVolumeWithValidVolumePaths(t *testing.T) {
validPaths := []string{
"/Volumes/main/my_schema/my_volume",
"/Volumes/main/my_schema/my_volume/",