diff --git a/integration/hsm/helpers.go b/integration/hsm/helpers.go index a51f1ea2e8dbd..a8a91c470a814 100644 --- a/integration/hsm/helpers.go +++ b/integration/hsm/helpers.go @@ -71,7 +71,7 @@ func newTeleportService(ctx context.Context, config *servicecfg.Config, name str } go func() { defer close(t.errC) - t.err = svc.WaitForSignals(ctx, nil) + t.err = svc.Wait() }() t.process = svc