mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Check that advertise without ports works in test
This commit is contained in:
@@ -155,7 +155,7 @@ func TestAgent_ServerConfig(t *testing.T) {
|
||||
conf.Addresses.RPC = "127.0.0.2"
|
||||
conf.Addresses.Serf = "127.0.0.2"
|
||||
conf.Addresses.HTTP = "127.0.0.2"
|
||||
conf.AdvertiseAddrs.HTTP = "10.0.0.10:4646"
|
||||
conf.AdvertiseAddrs.HTTP = "10.0.0.10"
|
||||
conf.AdvertiseAddrs.RPC = ""
|
||||
conf.AdvertiseAddrs.Serf = "10.0.0.12:4004"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user