From c79a4d5cc07a4292764c0ab1b6b2e6c4d5e41c1f Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Wed, 3 Jul 2024 10:46:34 -0700 Subject: [PATCH] Add helper annotation on test function Co-authored-by: Herman Slatman --- test/integration/scep/common_test.go | 1 + 1 file changed, 1 insertion(+) 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)