mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 11:40:06 +00:00
fix test
This commit is contained in:
parent
02dda536f9
commit
c5479cefe6
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user