This commit is contained in:
tarat44 2021-10-05 00:48:09 -04:00
parent 02dda536f9
commit c5479cefe6

View File

@ -1284,7 +1284,7 @@ func TestCheckH2CPING(t *testing.T) {
notif := mock.NewNotify() notif := mock.NewNotify()
logger := testutil.Logger(t) logger := testutil.Logger(t)
statusHandler := NewStatusHandler(notif, logger, 0, 0) statusHandler := NewStatusHandler(notif, logger, 0, 0, 0)
cid := structs.NewCheckID("foo", nil) cid := structs.NewCheckID("foo", nil)
check := &CheckH2PING{ check := &CheckH2PING{
CheckID: cid, CheckID: cid,