Fixed integration tests failling

This commit is contained in:
andronache
2021-07-07 16:20:41 +03:00
committed by Dan Christian Bogos
parent f10f9351ec
commit bca4fb87f2
3 changed files with 10 additions and 10 deletions

View File

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