mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 12:49:54 +05:00
Updated apier/v1 integration test
This commit is contained in:
committed by
Dan Christian Bogos
parent
345bd5ba39
commit
ff5b7d9b59
@@ -92,8 +92,8 @@ func testV1CDRsRpcConn(t *testing.T) {
|
||||
}
|
||||
|
||||
func testV1CDRsLoadTariffPlanFromFolder(t *testing.T) {
|
||||
var loadInst utils.LoadInstance
|
||||
if err := cdrsRpc.Call(utils.ApierV2LoadTariffPlanFromFolder,
|
||||
var loadInst string
|
||||
if err := cdrsRpc.Call(utils.ApierV1LoadTariffPlanFromFolder,
|
||||
&utils.AttrLoadTpFromFolder{FolderPath: path.Join(
|
||||
*dataDir, "tariffplans", "testit")}, &loadInst); err != nil {
|
||||
t.Error(err)
|
||||
|
||||
Reference in New Issue
Block a user