[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:
Pierre Souchay 2020-04-01 18:29:40 +02:00
parent bc02b8fbe6
commit 96d7229bd9
1 changed files with 1 additions and 1 deletions

View File

@ -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")