We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8650b2 commit a379f86Copy full SHA for a379f86
command/agent/agent_test.go
@@ -155,7 +155,7 @@ func TestAgent_ServerConfig(t *testing.T) {
155
conf.Addresses.RPC = "127.0.0.2"
156
conf.Addresses.Serf = "127.0.0.2"
157
conf.Addresses.HTTP = "127.0.0.2"
158
- conf.AdvertiseAddrs.HTTP = "10.0.0.10:4646"
+ conf.AdvertiseAddrs.HTTP = "10.0.0.10"
159
conf.AdvertiseAddrs.RPC = ""
160
conf.AdvertiseAddrs.Serf = "10.0.0.12:4004"
161
0 commit comments