From a117db8c7b94d08f391ba601c1f3b433a4dbf2ff Mon Sep 17 00:00:00 2001 From: TeoV <30497669+TeoV@users.noreply.github.com> Date: Fri, 29 Sep 2017 15:19:49 +0300 Subject: [PATCH] Update stats_it_test.go --- apier/v1/stats_it_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apier/v1/stats_it_test.go b/apier/v1/stats_it_test.go index d7e383521..794d85f5e 100644 --- a/apier/v1/stats_it_test.go +++ b/apier/v1/stats_it_test.go @@ -184,7 +184,7 @@ func testV1STSProcessEvent(t *testing.T) { } else if reply != utils.OK { t.Errorf("received reply: %s", reply) } - //add an event (should be N/A becaus MinItems is 2) + //process with one event (should be N/A becaus MinItems is 2) expectedMetrics := map[string]string{ utils.MetaASR: utils.NOT_AVAILABLE, utils.MetaACD: utils.NOT_AVAILABLE,