mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
LINODE: Add Default TTL as allowed TTL (#2442)
This commit is contained in:
@@ -6,6 +6,8 @@ func TestFixTTL(t *testing.T) {
|
||||
for i, test := range []struct {
|
||||
given, expected uint32
|
||||
}{
|
||||
{0, 0},
|
||||
{1, 300},
|
||||
{299, 300},
|
||||
{300, 300},
|
||||
{301, 3600},
|
||||
|
Reference in New Issue
Block a user