Fix broken test
This commit is contained in:
parent
f2e62b7ad7
commit
b095b41e19
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user