mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
fix TestProxyConfigEntry (#14435)
This commit is contained in:
parent
c02b841a3f
commit
f1054dada9
@ -2959,8 +2959,9 @@ func TestProxyConfigEntry(t *testing.T) {
|
|||||||
Name: "",
|
Name: "",
|
||||||
},
|
},
|
||||||
expected: &ProxyConfigEntry{
|
expected: &ProxyConfigEntry{
|
||||||
Name: ProxyConfigGlobal,
|
Name: ProxyConfigGlobal,
|
||||||
Kind: ProxyDefaults,
|
Kind: ProxyDefaults,
|
||||||
|
EnterpriseMeta: *acl.DefaultEnterpriseMeta(),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user