diff --git a/command/agent/agent_endpoint_test.go b/command/agent/agent_endpoint_test.go index f511bdd3ec..14a07ea2cb 100644 --- a/command/agent/agent_endpoint_test.go +++ b/command/agent/agent_endpoint_test.go @@ -396,7 +396,7 @@ func TestHTTPAgentRegisterService(t *testing.T) { Name: "test", Tag: "master", Port: 8000, - Check: &CheckType{ + Check: CheckType{ TTL: 15 * time.Second, }, }