mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-11-13 09:50:41 +08:00
parent
b73d37908c
commit
1b83c219c5
1 changed files with 2 additions and 3 deletions
|
|
@ -709,7 +709,6 @@ func makeTests(t *testing.T) []*TestGroup {
|
||||||
//
|
//
|
||||||
// Basic functionality (add/rename/change/delete).
|
// Basic functionality (add/rename/change/delete).
|
||||||
//
|
//
|
||||||
|
|
||||||
testgroup("GeneralACD",
|
testgroup("GeneralACD",
|
||||||
// Test general ability to add/change/delete records of one
|
// Test general ability to add/change/delete records of one
|
||||||
// type. These tests aren't specific to "A" records, but we
|
// type. These tests aren't specific to "A" records, but we
|
||||||
|
|
@ -1087,8 +1086,8 @@ func makeTests(t *testing.T) []*TestGroup {
|
||||||
),
|
),
|
||||||
testgroup("Issue 1374",
|
testgroup("Issue 1374",
|
||||||
requires(providers.CanUseCAA), not("DIGITALOCEAN"),
|
requires(providers.CanUseCAA), not("DIGITALOCEAN"),
|
||||||
// Test support of ";" as a value
|
// Test support of spaces in the 3rd field.
|
||||||
tc("CAA many records", caa("@", "issue", 0, "letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1234")),
|
tc("CAA spaces", caa("@", "issue", 0, "letsencrypt.org; validationmethods=dns-01; accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1234")),
|
||||||
),
|
),
|
||||||
|
|
||||||
testgroup("NAPTR",
|
testgroup("NAPTR",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue