We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19842cf commit 6c5a10bCopy full SHA for 6c5a10b
update_test.go
@@ -77,8 +77,6 @@ func TestUpdate(t *testing.T) {
77
testOmada.config.resolve_dhcp_reservations = true
78
testOmada.config.stale_record_duration, _ = time.ParseDuration("5m")
79
80
- // fallZones := []string{"."}
81
- // testOmada.config.fall = &fallZones
82
var fall fall.F
83
fall.SetZonesFromArgs([]string{})
84
testOmada.Fall = fall
0 commit comments