Add helper annotation on test function

Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
pull/1910/head
Mariano Cano 4 months ago committed by GitHub
parent ed71ac024b
commit c79a4d5cc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,6 +39,7 @@ func newCAClient(t *testing.T, caURL, rootFilepath string) *ca.Client {
}
func requireHealthyCA(t *testing.T, caClient *ca.Client) {
t.Helper()
// Wait for CA
time.Sleep(time.Second)

Loading…
Cancel
Save