Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoldis committed Sep 27, 2024
1 parent 6647ebe commit 363fbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helpers/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ func Test_ParseExternalVolumeDescribed(t *testing.T) {
}{
{
Name: "Volume with azure storage location",
DescribeOutput: GenerateParseExternalVolumeDescribedInput(comment, allowWritesFalse, []string{azureStorageLocationStandard}, ""),
DescribeOutput: GenerateParseExternalVolumeDescribedInput(comment, allowWritesFalse, []string{azureStorageLocationWithExtraFields}, ""),
ParsedDescribeOutput: ParsedExternalVolumeDescribed{
StorageLocations: []StorageLocation{
{
Expand Down

0 comments on commit 363fbb6

Please sign in to comment.