mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Rename tutorial2 in tutorial
This commit is contained in:
committed by
Dan Christian Bogos
parent
49b0343dbb
commit
6a647f1e6b
@@ -81,7 +81,7 @@
|
||||
{"address": "127.0.0.1:2012", "transport": "*json"}
|
||||
],
|
||||
"debit_interval": "5s",
|
||||
"channel_sync_interval":"5s",
|
||||
"channel_sync_interval":"7s",
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -138,7 +138,7 @@ func testDspAttrPing(t *testing.T) {
|
||||
func testDspAttrLoadData(t *testing.T) {
|
||||
var reply string
|
||||
attrs := &utils.AttrLoadTpFromFolder{
|
||||
FolderPath: path.Join(dspDataDir, "tariffplans", "tutorial2")}
|
||||
FolderPath: path.Join(dspDataDir, "tariffplans", "tutorial")}
|
||||
if err := instAttrRPC.Call("ApierV1.LoadTariffPlanFromFolder", attrs, &reply); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
@@ -136,7 +136,7 @@ func testDspResPing(t *testing.T) {
|
||||
func testDspResLoadData(t *testing.T) {
|
||||
var reply string
|
||||
attrs := &utils.AttrLoadTpFromFolder{
|
||||
FolderPath: path.Join(dspDataDir, "tariffplans", "tutorial2")}
|
||||
FolderPath: path.Join(dspDataDir, "tariffplans", "tutorial")}
|
||||
if err := instResRPC.Call("ApierV1.LoadTariffPlanFromFolder", attrs, &reply); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
@@ -136,7 +136,7 @@ func testDspStsPing(t *testing.T) {
|
||||
func testDspStsLoadData(t *testing.T) {
|
||||
var reply string
|
||||
Stss := &utils.AttrLoadTpFromFolder{
|
||||
FolderPath: path.Join(dspDataDir, "tariffplans", "tutorial2")}
|
||||
FolderPath: path.Join(dspDataDir, "tariffplans", "tutorial")}
|
||||
if err := instStsRPC.Call("ApierV1.LoadTariffPlanFromFolder", Stss, &reply); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
@@ -136,7 +136,7 @@ func testDspSupPing(t *testing.T) {
|
||||
func testDspSupLoadData(t *testing.T) {
|
||||
var reply string
|
||||
attrs := &utils.AttrLoadTpFromFolder{
|
||||
FolderPath: path.Join(dspDataDir, "tariffplans", "tutorial2")}
|
||||
FolderPath: path.Join(dspDataDir, "tariffplans", "tutorial")}
|
||||
if err := instSupRPC.Call("ApierV1.LoadTariffPlanFromFolder", attrs, &reply); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
@@ -135,7 +135,7 @@ func testDspThPing(t *testing.T) {
|
||||
func testDspThLoadData(t *testing.T) {
|
||||
var reply string
|
||||
attrs := &utils.AttrLoadTpFromFolder{
|
||||
FolderPath: path.Join(dspDataDir, "tariffplans", "tutorial2")}
|
||||
FolderPath: path.Join(dspDataDir, "tariffplans", "tutorial")}
|
||||
if err := instThRPC.Call("ApierV1.LoadTariffPlanFromFolder", attrs, &reply); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
@@ -251,7 +251,7 @@ func testCallRpcConn(t *testing.T) {
|
||||
// Load the tariff plan, creating accounts and their balances
|
||||
func testCallLoadTariffPlanFromFolder(t *testing.T) {
|
||||
var reply string
|
||||
attrs := &utils.AttrLoadTpFromFolder{FolderPath: path.Join(*dataDir, "tariffplans", "tutorial2")}
|
||||
attrs := &utils.AttrLoadTpFromFolder{FolderPath: path.Join(*dataDir, "tariffplans", "tutorial")}
|
||||
if err := tutorialCallsRpc.Call("ApierV1.LoadTariffPlanFromFolder", attrs, &reply); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user