mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Changed in multiple structs the field Opts to APIOpts
This commit is contained in:
committed by
Dan Christian Bogos
parent
2938a85146
commit
804cc12c9e
@@ -127,9 +127,9 @@ func testDsphLoadData(t *testing.T) {
|
||||
|
||||
func testDsphGetNodeID() (id string, err error) {
|
||||
var status map[string]interface{}
|
||||
if err = dspRPC.Call(utils.CoreSv1Status, utils.TenantWithOpts{
|
||||
Tenant: "cgrates.org",
|
||||
Opts: map[string]interface{}{},
|
||||
if err = dspRPC.Call(utils.CoreSv1Status, utils.TenantWithAPIOpts{
|
||||
Tenant: "cgrates.org",
|
||||
APIOpts: map[string]interface{}{},
|
||||
}, &status); err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user