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,