mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated account action plans integration tests for cache
This commit is contained in:
committed by
Dan Christian Bogos
parent
e037ce9076
commit
5da4cf6d1c
@@ -43,7 +43,7 @@ func TestActionTriggerClone(t *testing.T) {
|
||||
ThresholdType: "testThresholdType",
|
||||
ThresholdValue: 0.1,
|
||||
Recurrent: true,
|
||||
MinSleep: time.Duration(10),
|
||||
MinSleep: 10,
|
||||
ExpirationDate: ttime,
|
||||
ActivationDate: ttime.Add(5),
|
||||
Weight: 0.1,
|
||||
@@ -61,7 +61,7 @@ func TestActionTriggerClone(t *testing.T) {
|
||||
ThresholdType: "testThresholdType",
|
||||
ThresholdValue: 0.1,
|
||||
Recurrent: true,
|
||||
MinSleep: time.Duration(10),
|
||||
MinSleep: 10,
|
||||
ExpirationDate: ttime,
|
||||
ActivationDate: ttime.Add(5),
|
||||
Weight: 0.1,
|
||||
|
||||
Reference in New Issue
Block a user