Skip to content

Commit

Permalink
Fix a typo in the e2e test suite (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Beal <simobeal@amazon.com>
  • Loading branch information
muddyfish and Simon Beal committed Jul 4, 2024
1 parent 2234a3b commit c357436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-kubernetes/testsuites/multivolume.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (t *s3CSIMultiVolumeTestSuite) DefineTests(driver storageframework.TestDriv
testVolumeSizeRange := t.GetTestSuiteInfo().SupportedSizeRange
resource := storageframework.CreateVolumeResource(ctx, driver, l.config, pattern, testVolumeSizeRange)
l.resources = append(l.resources, resource)
testTwoPodsSameVolume(ctx, resource.Pvc, true)
testTwoPodsSameVolume(ctx, resource.Pvc, false)
})

// This tests below configuration:
Expand Down

0 comments on commit c357436

Please sign in to comment.