Renamed tariffplan folder for sip redirect

This commit is contained in:
Trial97
2020-06-24 17:15:09 +03:00
parent 85704c65d1
commit fc11773be2
10 changed files with 1 additions and 1 deletions

View File

@@ -125,7 +125,7 @@ func testSAitApierRpcConn(t *testing.T) {
// Load the tariff plan, creating accounts and their balances
func testSAitTPFromFolder(t *testing.T) {
attrs := &utils.AttrLoadTpFromFolder{FolderPath: path.Join(*dataDir, "tariffplans", "sipagent")}
attrs := &utils.AttrLoadTpFromFolder{FolderPath: path.Join(*dataDir, "tariffplans", "tut_sip_redirect")}
var loadInst utils.LoadInstance
if err := saRPC.Call(utils.APIerSv2LoadTariffPlanFromFolder, attrs, &loadInst); err != nil {
t.Error(err)