mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-11 21:23:58 +01:00
Remove println
This commit is contained in:
parent
c359a5cf71
commit
99cac0da55
@ -119,7 +119,6 @@ func TestFirewall_AddRule(t *testing.T) {
|
||||
assert.Nil(t, fw.OutRules.AnyProto[0].Any.CIDR.root.left)
|
||||
assert.Nil(t, fw.OutRules.AnyProto[0].Any.CIDR.root.right)
|
||||
assert.Nil(t, fw.OutRules.AnyProto[0].Any.CIDR.root.value)
|
||||
fmt.Printf("%+v\n", fw.OutRules.AnyProto[0])
|
||||
|
||||
fw = NewFirewall(time.Second, time.Minute, time.Hour, c)
|
||||
assert.Nil(t, fw.AddRule(false, fwProtoAny, 0, 0, []string{}, "any", nil, "", ""))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user