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{
|
expected: &ProxyConfigEntry{
|
||||||
Name: ProxyConfigGlobal,
|
Name: ProxyConfigGlobal,
|
||||||
Kind: ProxyDefaults,
|
Kind: ProxyDefaults,
|
||||||
|
EnterpriseMeta: *acl.DefaultEnterpriseMeta(),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue