This commit is contained in:
aarshkshah1992
2025-11-05 22:26:55 +04:00
parent 3f7371445b
commit 614367ddcf

View File

@@ -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))