mirror of https://github.com/status-im/consul.git
fix TestProxyConfigEntry (#14435)
This commit is contained in:
parent
c02b841a3f
commit
f1054dada9
|
@ -2961,6 +2961,7 @@ func TestProxyConfigEntry(t *testing.T) {
|
|||
expected: &ProxyConfigEntry{
|
||||
Name: ProxyConfigGlobal,
|
||||
Kind: ProxyDefaults,
|
||||
EnterpriseMeta: *acl.DefaultEnterpriseMeta(),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue