mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
make default min ttl 5 (#2227)
This commit is contained in:
@@ -48,7 +48,7 @@ func TestLookupCache(t *testing.T) {
|
||||
})
|
||||
|
||||
t.Run("Short TTL", func(t *testing.T) {
|
||||
testCase(t, state, p, "short.example.org.", 1, 1)
|
||||
testCase(t, state, p, "short.example.org.", 1, 5)
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user