add ability to set randomizeClientPort
This commit is contained in:
parent
e918ea89a3
commit
34be10840c
4 changed files with 14 additions and 3 deletions
|
@ -68,6 +68,7 @@ func (*Suite) TestConfigLoading(c *check.C) {
|
|||
fs.FileMode(0o770),
|
||||
)
|
||||
c.Assert(viper.GetBool("logtail.enabled"), check.Equals, false)
|
||||
c.Assert(viper.GetBool("randomize_client_port"), check.Equals, false)
|
||||
}
|
||||
|
||||
func (*Suite) TestDNSConfigLoading(c *check.C) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue