mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Fix thresholds unit test by extending snooze
This commit is contained in:
committed by
Dan Christian Bogos
parent
6ec0cfb4bc
commit
9db1fac75f
@@ -871,7 +871,7 @@ func TestThSProcessEventMaxHits(t *testing.T) {
|
||||
func TestThresholdsProcessEvent3(t *testing.T) {
|
||||
to := Threshold{
|
||||
Snooze: time.Date(
|
||||
2024, 11, 17, 20, 34, 58, 651387237, time.UTC),
|
||||
2030, 11, 17, 20, 34, 58, 651387237, time.UTC),
|
||||
}
|
||||
|
||||
err := to.ProcessEvent(nil, nil)
|
||||
|
||||
Reference in New Issue
Block a user