Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Jul 25, 2024
1 parent baef41a commit f578456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systest/testcontext/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ func New(t *testing.T, opts ...Opt) *Context {

t.Cleanup(func() {
if t.Failed() {
failOnce.Do(func() { close(failed) }())
failOnce.Do(func() { close(failed) })
}
}())
})
config, err := rest.InClusterConfig()
require.NoError(t, err)
config.Burst = 20
Expand Down

0 comments on commit f578456

Please sign in to comment.