From 90b5e11a83ca06c8cfc1149694ac5fb0d2646cdc Mon Sep 17 00:00:00 2001 From: TeoV Date: Tue, 22 Sep 2020 10:21:13 +0300 Subject: [PATCH] Update integration test for stats with ttl not populated --- apier/v1/stats_it_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/apier/v1/stats_it_test.go b/apier/v1/stats_it_test.go index 8ba59478a..978771b1f 100644 --- a/apier/v1/stats_it_test.go +++ b/apier/v1/stats_it_test.go @@ -626,7 +626,6 @@ func testV1STSProcessStaticMetrics(t *testing.T) { ActivationTime: time.Date(2014, 7, 14, 14, 25, 0, 0, time.UTC), }, QueueLength: 100, - TTL: time.Duration(1) * time.Second, Metrics: []*engine.MetricWithFilters{ { MetricID: utils.ConcatenatedKey(utils.MetaSum, "1"),