diff --git a/config/parser_test.go b/config/parser_test.go index 87e30ed..9dfae6c 100644 --- a/config/parser_test.go +++ b/config/parser_test.go @@ -28,6 +28,9 @@ func TestParseConfig(t *testing.T) { if err != nil { t.Error(err) } + if config.Sharing.IncludeASN == false { + t.Error("network should be included") + } } func TestUpdateConfig(t *testing.T) {