Skip to content

Commit

Permalink
fix changed cert-manager API
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
  • Loading branch information
inteon committed Jun 6, 2024
1 parent fa41136 commit 59e06f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/framework/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func StartInformersAndControllers(t *testing.T, cmFactory cminformers.SharedInfo
for _, c := range cs {
func(c controllerpkg.Interface) {
group.Go(func() error {
return c.Run(1, rootCtx.Done())
return c.Run(1, rootCtx)
})
}(c)
}
Expand Down

0 comments on commit 59e06f9

Please sign in to comment.