[FIX BUILD] fix build due to merge of #7562
Due to merge #7562, upstream does not compile anymore. Error is: ERRO Running error: gofmt: analysis skipped: errors in package: [/Users/p.souchay/go/src/github.com/hashicorp/consul/agent/config_endpoint_test.go:188:33: too many arguments]
This commit is contained in:
parent
bc02b8fbe6
commit
96d7229bd9
|
@ -185,7 +185,7 @@ func TestConfig_Apply(t *testing.T) {
|
|||
func TestConfig_Apply_TerminatingGateway(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
a := NewTestAgent(t, t.Name(), "")
|
||||
a := NewTestAgent(t, "")
|
||||
defer a.Shutdown()
|
||||
testrpc.WaitForTestAgent(t, a.RPC, "dc1")
|
||||
|
||||
|
|
Loading…
Reference in New Issue