Skip to content

Commit

Permalink
Fix test/e2e/e2e.go
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjamesbrown committed Nov 27, 2024
1 parent 9e4ee9e commit da1d1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (e *efsDriver) GetDriverInfo() *storageframework.DriverInfo {

func (e *efsDriver) SkipUnsupportedTest(storageframework.TestPattern) {}

func (e *efsDriver) PrepareTest(f *framework.Framework) *storageframework.PerTestConfig {
func (e *efsDriver) PrepareTest(context.Context, f *framework.Framework) *storageframework.PerTestConfig {
cancelPodLogs := utils.StartPodLogs(f, f.Namespace)
ginkgo.DeferCleanup(cancelPodLogs)
return &storageframework.PerTestConfig{
Expand Down

0 comments on commit da1d1a2

Please sign in to comment.