Update stats_it_test.go

This commit is contained in:
TeoV
2017-09-29 15:19:49 +03:00
committed by GitHub
parent 05a009c5e1
commit a117db8c7b

View File

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