mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-14 20:59:53 +05:00
@@ -110,7 +110,7 @@ func TestSMGTPFromFolder(t *testing.T) {
|
||||
time.Sleep(time.Duration(*waitRater) * time.Millisecond) // Give time for scheduler to execute topups
|
||||
}
|
||||
|
||||
func TestSMGMonetaryRefound(t *testing.T) {
|
||||
func TestSMGMonetaryRefund(t *testing.T) {
|
||||
if !*testIntegration {
|
||||
return
|
||||
}
|
||||
@@ -165,7 +165,7 @@ func TestSMGMonetaryRefound(t *testing.T) {
|
||||
}
|
||||
|
||||
attrs = &utils.AttrGetAccount{Tenant: "cgrates.org", Account: "1001"}
|
||||
eAcntVal = 8.733201
|
||||
eAcntVal = 8.8
|
||||
if err := smgRPC.Call("ApierV2.GetAccount", attrs, &acnt); err != nil {
|
||||
t.Error(err)
|
||||
} else if acnt.BalanceMap[utils.MONETARY].GetTotalValue() != eAcntVal {
|
||||
@@ -173,7 +173,7 @@ func TestSMGMonetaryRefound(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestSMGVoiceRefound(t *testing.T) {
|
||||
func TestSMGVoiceRefund(t *testing.T) {
|
||||
if !*testIntegration {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user