From 6fd8e36a3b27af7de8716c4282b8698696e50fcf Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Sat, 19 Jun 2021 11:36:22 +0100 Subject: [PATCH] adjust test with updated structure --- infra/conf/router_test.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/infra/conf/router_test.go b/infra/conf/router_test.go index 4e11cf712..a0102a57c 100644 --- a/infra/conf/router_test.go +++ b/infra/conf/router_test.go @@ -115,13 +115,6 @@ func TestRouterConfig(t *testing.T) { OutboundSelector: []string{"test"}, Strategy: "leastload", StrategySettings: serial.ToTypedMessage(&router.StrategyLeastLoadConfig{ - HealthCheck: &router.HealthPingConfig{ - Interval: int64(time.Duration(5) * time.Minute), - SamplingCount: 2, - Timeout: int64(time.Duration(5) * time.Second), - Destination: "dest", - Connectivity: "conn", - }, Costs: []*router.StrategyWeight{ { Regexp: true,