cfg: make sessions jsoncfg object fields camelcase

This commit is contained in:
ionutboangiu
2025-11-25 12:37:44 +02:00
committed by Dan Christian Bogos
parent 292b97aa5b
commit f0b65f0797
35 changed files with 370 additions and 370 deletions

View File

@@ -132,7 +132,7 @@ func testAnalyzerSRPCConn(t *testing.T) {
if err != nil {
t.Fatal(err)
}
anzBiRPC, err = utils.NewBiJSONrpcClient(anzCfg.SessionSCfg().ListenBijson, srv)
anzBiRPC, err = utils.NewBiJSONrpcClient(anzCfg.SessionSCfg().ListenBiJSON, srv)
if err != nil {
t.Fatal(err)
}