add AdvertiseAddrWan to TestMergeConfig and use different values for Addr values in b than in a
This commit is contained in:
parent
e66301ab99
commit
0a04003e16
|
@ -1073,9 +1073,10 @@ func TestMergeConfig(t *testing.T) {
|
||||||
Domain: "other",
|
Domain: "other",
|
||||||
LogLevel: "info",
|
LogLevel: "info",
|
||||||
NodeName: "baz",
|
NodeName: "baz",
|
||||||
ClientAddr: "127.0.0.1",
|
ClientAddr: "127.0.0.2",
|
||||||
BindAddr: "127.0.0.1",
|
BindAddr: "127.0.0.2",
|
||||||
AdvertiseAddr: "127.0.0.1",
|
AdvertiseAddr: "127.0.0.2",
|
||||||
|
AdvertiseAddrWan: "127.0.0.2",
|
||||||
Ports: PortConfig{
|
Ports: PortConfig{
|
||||||
DNS: 1,
|
DNS: 1,
|
||||||
HTTP: 2,
|
HTTP: 2,
|
||||||
|
|
Loading…
Reference in New Issue