mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Fixed integration tests failling
This commit is contained in:
committed by
Dan Christian Bogos
parent
f10f9351ec
commit
bca4fb87f2
@@ -127,7 +127,7 @@ func testDsphLoadData(t *testing.T) {
|
||||
|
||||
func testDsphGetNodeID() (id string, err error) {
|
||||
var status map[string]interface{}
|
||||
if err = dspRPC.Call(utils.CoreSv1Status, utils.TenantWithAPIOpts{
|
||||
if err = dspRPC.Call(utils.DispatcherSv1RemoteStatus, utils.TenantWithAPIOpts{
|
||||
Tenant: "cgrates.org",
|
||||
APIOpts: map[string]interface{}{},
|
||||
}, &status); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user