From f1054dada9aecf2efb9a2d68b21719561200d5fd Mon Sep 17 00:00:00 2001 From: malizz Date: Thu, 1 Sep 2022 11:37:47 -0700 Subject: [PATCH] fix TestProxyConfigEntry (#14435) --- agent/structs/config_entry_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/agent/structs/config_entry_test.go b/agent/structs/config_entry_test.go index c08e823996..004f8b6fe1 100644 --- a/agent/structs/config_entry_test.go +++ b/agent/structs/config_entry_test.go @@ -2959,8 +2959,9 @@ func TestProxyConfigEntry(t *testing.T) { Name: "", }, expected: &ProxyConfigEntry{ - Name: ProxyConfigGlobal, - Kind: ProxyDefaults, + Name: ProxyConfigGlobal, + Kind: ProxyDefaults, + EnterpriseMeta: *acl.DefaultEnterpriseMeta(), }, }, }