diff --git a/command/agent/config_test.go b/command/agent/config_test.go index 5ca94261c..7497eec08 100644 --- a/command/agent/config_test.go +++ b/command/agent/config_test.go @@ -1070,12 +1070,13 @@ func TestMergeConfig(t *testing.T) { MaxStale: 30 * time.Second, EnableTruncate: true, }, - Domain: "other", - LogLevel: "info", - NodeName: "baz", - ClientAddr: "127.0.0.1", - BindAddr: "127.0.0.1", - AdvertiseAddr: "127.0.0.1", + Domain: "other", + LogLevel: "info", + NodeName: "baz", + 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,