Move include_country to the sharing options
This commit is contained in:
parent
7f5df07782
commit
251f136b53
5 changed files with 122 additions and 123 deletions
|
|
@ -13,7 +13,7 @@ func TestParseConfig(t *testing.T) {
|
|||
if len(config.NettestGroups.Middlebox.EnabledTests) < 0 {
|
||||
t.Error("at least one middlebox test should be enabled")
|
||||
}
|
||||
if config.Advanced.IncludeCountry == false {
|
||||
if config.Sharing.IncludeCountry == false {
|
||||
t.Error("country should be included")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue