alertmanager/dispatch_test.go
2015-09-25 13:46:49 +02:00

14 lines
204 B
Go

package manager
import (
"testing"
"github.com/prometheus/common/mode"
)
func TestAggrGroupInsert(t *testing.T) {
ag := newAggrGroup(nil, model.LabelSet{
model.AlertNameLabel: "test",
}, opts)
}