diff --git a/test/integration/scep/common_test.go b/test/integration/scep/common_test.go index f68215555..1a4e79d82 100644 --- a/test/integration/scep/common_test.go +++ b/test/integration/scep/common_test.go @@ -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)