Skip to content

Commit

Permalink
Missed a lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrolds committed Feb 18, 2025
1 parent 310cfb6 commit 4774ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kube2e/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func GlooctlCheckEventuallyHealthy(offset int, namespace string, timeoutInterval
return errors.Wrap(err, "glooctl check detected a problem with the installation")
}
return nil
}, timeoutInterval, "5s").Should(BeNil())
}, timeoutInterval, "5s").Should(Succeed())
}

func EventuallyReachesConsistentState(installNamespace string) {
Expand Down

0 comments on commit 4774ba0

Please sign in to comment.