Skip to content

Commit

Permalink
fix: add ctx argument to match the latest update of the func
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhiche320 authored Nov 18, 2024
1 parent fb9be9e commit 0646482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/retina_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ func TestE2ERetina(t *testing.T) {

// Install and test Hubble basic metrics
validatehubble := types.NewRunner(t, jobs.ValidateHubble(kubeConfigFilePath, hubblechartPath, common.TestPodNamespace))
validatehubble.Run()
validatehubble.Run(ctx)
}

0 comments on commit 0646482

Please sign in to comment.