mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
fix lint
This commit is contained in:
@@ -54,7 +54,6 @@ var AllNodesHaveSameHead = e2etypes.Evaluator{
|
||||
}
|
||||
|
||||
func healthzCheck(_ *e2etypes.EvaluationContext, conns ...*grpc.ClientConn) error {
|
||||
|
||||
count := len(conns)
|
||||
for i := 0; i < count; i++ {
|
||||
resp, err := http.Get(fmt.Sprintf("http://localhost:%d/healthz", e2e.TestParams.Ports.PrysmBeaconNodeMetricsPort+i))
|
||||
|
||||
Reference in New Issue
Block a user