mirror of
https://github.com/status-im/consul.git
synced 2025-02-23 02:48:19 +00:00
add AdvertiseAddrWan to TestMergeConfig and use different values for Addr values in b than in a
This commit is contained in:
parent
bac3ae9494
commit
a1f6647a2c
@ -1073,9 +1073,10 @@ func TestMergeConfig(t *testing.T) {
|
||||
Domain: "other",
|
||||
LogLevel: "info",
|
||||
NodeName: "baz",
|
||||
ClientAddr: "127.0.0.1",
|
||||
BindAddr: "127.0.0.1",
|
||||
AdvertiseAddr: "127.0.0.1",
|
||||
ClientAddr: "127.0.0.2",
|
||||
BindAddr: "127.0.0.2",
|
||||
AdvertiseAddr: "127.0.0.2",
|
||||
AdvertiseAddrWan: "127.0.0.2",
|
||||
Ports: PortConfig{
|
||||
DNS: 1,
|
||||
HTTP: 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user