mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 18:08:57 +08:00
TESTING: Add test for TTL change (#2062)
This commit is contained in:
parent
d1afe8a12e
commit
325c8868ab
1 changed files with 5 additions and 0 deletions
|
@ -700,6 +700,11 @@ func makeTests(t *testing.T) []*TestGroup {
|
|||
tc("Change A target", a("testa", "1.2.3.4")),
|
||||
),
|
||||
|
||||
testgroup("Attl",
|
||||
tc("Create Arc", ttl(a("testa", "1.1.1.1"), 333)),
|
||||
tc("Change TTL", ttl(a("testa", "1.1.1.1"), 999)),
|
||||
),
|
||||
|
||||
testgroup("MX",
|
||||
tc("Create MX", mx("testmx", 5, "foo.com.")),
|
||||
tc("Change MX target", mx("testmx", 5, "bar.com.")),
|
||||
|
|
Loading…
Reference in a new issue