Skip to content

Commit

Permalink
Add helper annotation on test function
Browse files Browse the repository at this point in the history
Co-authored-by: Herman Slatman <[email protected]>
  • Loading branch information
maraino and hslatman authored Jul 3, 2024
1 parent ed71ac0 commit c79a4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/scep/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c79a4d5

Please sign in to comment.