Updated account action plans integration tests for cache

This commit is contained in:
Trial97
2020-10-30 15:43:43 +02:00
committed by Dan Christian Bogos
parent e037ce9076
commit 5da4cf6d1c
148 changed files with 1715 additions and 1750 deletions

View File

@@ -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,