fix tests

This commit is contained in:
bcmmbaga
2026-05-22 18:05:48 +03:00
parent 27a1b2243d
commit 63be4170e0
6 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -1641,7 +1641,7 @@ func startManagement(t *testing.T, dataDir, testFile string) (*grpc.Server, stri
return nil, "", err
}
ia, _ := integrations.NewIntegratedValidator(context.Background(), nil, peersManager, nil, eventStore, cacheStore)
ia, _ := integrations.NewIntegratedValidator(context.Background(), nil, nil, peersManager, nil, eventStore, cacheStore)
metrics, err := telemetry.NewDefaultAppMetrics(context.Background())
require.NoError(t, err)